Skip to content

Commit

Permalink
Update Readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jackburton79 authored May 23, 2023
1 parent 9943f8f commit b966ba1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ The editor is based on [Scintilla for Haiku](https://sourceforge.net/p/scintilla
* gcc_syslibs_devel
* llvm12_clang
* llvm12_libs
```
pkgman install gcc_syslibs_devel llvm12_clang llvm12_libs
```

# Goals and roadmap
Genio aims to be an easy, simple yet powerful IDE for Haiku inspired by VS Code and Nova.
Expand All @@ -43,9 +46,6 @@ Genio aims to be an easy, simple yet powerful IDE for Haiku inspired by VS Code
* Compiler error parser
* Refactor the source file and project management module by implementing a Workspace Manager and Project folders

```
pkgman install gcc_syslibs_devel llvm12_clang llvm12_libs
```
## Configuring Clangd / LSP
See [Configuring-clangd-lsp.md](https://github.com/Genio-The-Haiku-IDE/Genio/blob/main/Configuring-clangd-lsp.md)

Expand Down

0 comments on commit b966ba1

Please sign in to comment.