You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,11 @@ The powerful script language designed with a stack oriented approach for efficie
3
3
4
4
## Installation
5
5
6
-
You can install Stack Programming Language using `cargo`, the Rust package manager. Make sure you have Rust installed on your system before proceeding.
6
+
Stack programming language's interpreter binary files for Windows are in the [release](https://github.com/Stack-Programing-Community/Stack-Programing-Language/releases).
7
+
And the releases are Regularly when new function become stable, that's good way if you prize safety.
8
+
9
+
clone the Stack Programming Language repository using `git` and build it using `cargo`, the Rust package manager.
10
+
Make sure you have Rust and Git installed on your system before proceeding.
0 commit comments