1
1
Fork 0
mirror of https://github.com/azur1s/bobbylisp.git synced 2024-09-28 05:17:37 +00:00

docs: change highlight

This commit is contained in:
Natapat Samutpong 2022-02-02 03:09:34 +07:00
parent a5b2fdca2f
commit 490ba72bdf

View file

@ -7,12 +7,12 @@ another lisp dialect
$ bash <(curl -s https://raw.githubusercontent.com/azur1s/bobbylisp/master/install.sh) $ bash <(curl -s https://raw.githubusercontent.com/azur1s/bobbylisp/master/install.sh)
``` ```
The binary will be installed in `~/bin/blspc` run it with: The binary will be installed in `~/bin/blspc` run it with:
```bash ```console
$ blspc help $ blspc help
``` ```
### <img src="https://raw.githubusercontent.com/azur1s/bobbylisp/master/assets/icon.png" width="15"> Example ### <img src="https://raw.githubusercontent.com/azur1s/bobbylisp/master/assets/icon.png" width="15"> Example
```bash ```console
$ blspc compile ./example/hello.blsp $ blspc compile ./example/hello.blsp
$ blspc run ./hello.bsm $ blspc run ./hello.bsm
Hello, World! Hello, World!