diff --git a/Home.md b/Home.md index 5f124d1..87fe1c7 100644 --- a/Home.md +++ b/Home.md @@ -14,10 +14,9 @@ The project is build with meson so you will need it on your computer to compile ### Process First clone the repo and move into it. -Then compile the project in the desire dir (for me build). +Then build the project by this installation script. ``` bash -meson setup --reconfigure build -meson compile -C build +./install.sh ``` The binary will be `build/beluga`. @@ -57,6 +56,16 @@ or The `define` function defines macros and functions that you will reuse in your code. +## Add-package +### Syntax +``` lisp +(add-package "package-name") +``` + +### Description + +The `add-package` function import packages from the packages folder (`~/.beluga/packages/`) + # Key-binds Key-binds are defines with macro on key names. @@ -74,3 +83,7 @@ Key-binds are defines with macro on key names. | page down | PAGE-DOWN | | control | CTRL-letter | +# Packages + +You can add packages to the editor by cloning packages repo in the `packages` folder under `.beluga`. +