Skip to content

Commit ca1c765

Browse files
committed
README: Add build instructions
1 parent 85676b9 commit ca1c765

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,22 +30,21 @@ You can download binary releases from the Official website or visit the file ser
3030

3131
## Build From Source
3232

33-
- Step 1.
33+
- Step 1 - Clone the repo.
3434
```sh
35-
$ git@github.com:Glimmr-Lang/PiccodeScript.git
35+
$ git clone git@github.com:Glimmr-Lang/PiccodeScript.git
3636
```
3737

38-
- Step 2.
38+
- Step 2 - Enter inside the dir.
3939
```sh
4040
$ cd PiccodeScript
4141
```
4242

43-
- Step 3.
43+
- Step 3 - Run the build script.
4444
```sh
4545
$ ./all.sh
4646
```
4747

48-
4948
## Documentation
5049
- [Standard library reference](https://piccodescriptdocs.fly.dev/)
5150

0 commit comments

Comments
 (0)