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

feat: one line install 🎉

This commit is contained in:
Natapat Samutpong 2022-01-26 21:54:40 +07:00
parent 689714567e
commit 7c708b7c04
2 changed files with 1 additions and 5 deletions

View file

@ -4,11 +4,7 @@ another lisp dialect
## Installation ## Installation
```bash ```bash
$ make $ bash <(curl -s https://raw.githubusercontent.com/azur1s/bobbylisp/master/install.sh)
```
or
```bash
$ make debug
``` ```
The binary will be installed in `~/bin/blspc` run it with: The binary will be installed in `~/bin/blspc` run it with:
```bash ```bash

BIN
assets/icon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.3 KiB