Skip to content

Commit f1bab85

Browse files
authored
Update README.md
1 parent 79dd292 commit f1bab85

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,16 @@ The powerful script language designed with a stack oriented approach for efficie
55

66
## Installation
77

8+
### If you don't want to install...
9+
10+
```bash
11+
git clone https://github.com/Stack-Programing-Community/Stack-Programing-Language.git
12+
cd Stack-Programing-Language
13+
cargo build --release
14+
chmod +x ./run.stack.sh
15+
./run-stack.sh
16+
```
17+
818
Stack programming language's interpreter binary files for Windows are in the [release](https://github.com/Stack-Programing-Community/Stack-Programing-Language/releases).
919

1020
the releases are Regularly when new function become stable, that's good way if you prize safety.

0 commit comments

Comments
 (0)