From b966ba1b28d2d33a1a4613d26fdea758891ff6b7 Mon Sep 17 00:00:00 2001 From: Stefano Ceccherini <3501519+jackburton79@users.noreply.github.com> Date: Tue, 23 May 2023 17:05:52 +0200 Subject: [PATCH] Update Readme.md --- Readme.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Readme.md b/Readme.md index a0215cc2..181750e8 100644 --- a/Readme.md +++ b/Readme.md @@ -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. @@ -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)