Skip to content

Commit

Permalink
Merge branch 'master' into 1.2.x
Browse files Browse the repository at this point in the history
  • Loading branch information
odino committed Feb 10, 2019
2 parents a70ed8e + 80a41e5 commit 7f90335
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,9 +94,24 @@ Wondering how you can run this code? Simply grab the latest
$ abs script.abs
```
## Installation
The easiest way is to:
``` bash
bash <(curl https://www.abs-lang.org/installer.sh)
```
then you can:
``` bash
$ abs path/to/scripts.abs
```
## Documentation
Visit [abs-lang.org](https://www.abs-lang.org)
Visit [abs-lang.org](https://www.abs-lang.org) or check the [examples directory](https://github.com/abs-lang/abs/tree/master/examples),
which contains a few brief scripts.
## Contributing
Expand Down

0 comments on commit 7f90335

Please sign in to comment.