We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85676b9 commit ca1c765Copy full SHA for ca1c765
README.md
@@ -30,22 +30,21 @@ You can download binary releases from the Official website or visit the file ser
30
31
## Build From Source
32
33
-- Step 1.
+- Step 1 - Clone the repo.
34
```sh
35
-$ git@github.com:Glimmr-Lang/PiccodeScript.git
+$ git clone git@github.com:Glimmr-Lang/PiccodeScript.git
36
```
37
38
-- Step 2.
+- Step 2 - Enter inside the dir.
39
40
$ cd PiccodeScript
41
42
43
-- Step 3.
+- Step 3 - Run the build script.
44
45
$ ./all.sh
46
47
48
-
49
## Documentation
50
- [Standard library reference](https://piccodescriptdocs.fly.dev/)
51
0 commit comments