Skip to content

Commit 128c0de

Browse files
author
梶塚太智
authored
Update README.md
1 parent adc61cd commit 128c0de

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,11 @@ The powerful script language designed with a stack oriented approach for efficie
33

44
## Installation
55

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.
711

812
```bash
913
$ git clone https://github.com/Stack-Programing-Community/Stack-Programing-Language.git
@@ -19,7 +23,7 @@ This will install the `stack` command, which you can use to run Stack Programmin
1923
To run a Stack Programming Language program, use the `stack` command followed by the path to your program file.
2024

2125
```bash
22-
$ stack path/to/your/program.stk
26+
$ stack path/to/your/program.stk
2327
```
2428

2529
For more detailed usage instructions and language specifications, please refer to the official documentation.

0 commit comments

Comments
 (0)