Update Home
+19
@@ -5,6 +5,25 @@
|
||||
Beluga is an open source text editor with lisp configuration files.
|
||||
Several builtins functions are available, but you can create yours with lisp syntax.
|
||||
|
||||
# Installation
|
||||
## From source
|
||||
### Requirements
|
||||
|
||||
The project is build with meson so you will need it on your computer to compile the project. You will also need a C compiler.
|
||||
|
||||
### Process
|
||||
|
||||
First clone the repo and move into it.
|
||||
Then compile the project in the desire dir (for me build).
|
||||
````meson setup --reconfigure build
|
||||
meson compile -C build````
|
||||
|
||||
The binary will be `build/beluga`.
|
||||
|
||||
## From release
|
||||
|
||||
You have on the release page the binary of the editor already compile and ready to use on your computer. Just download it as artifact.
|
||||
|
||||
# Functions
|
||||
|
||||
Here is a list of none exhaustive builtins functions.
|
||||
|
||||
Reference in New Issue
Block a user