mirror of
https://github.com/azur1s/bobbylisp.git
synced 2024-10-16 02:37:40 -05:00
docs: change highlight
This commit is contained in:
parent
a5b2fdca2f
commit
490ba72bdf
|
@ -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!
|
||||||
|
|
Loading…
Reference in a new issue