Skip to content

Commit eeb206a

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

File tree

1 file changed

+7
-17
lines changed

1 file changed

+7
-17
lines changed

README.md

Lines changed: 7 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,16 @@
11
# Stack Programming Language
22
The powerful script language designed with a stack oriented approach for efficient execution.
33

4+
![image](https://github.com/Stack-Programing-Community/Stack-Programing-Language/assets/122075081/5d7ff479-731b-4def-808a-12dc5301a7a1)
5+
46
## Installation
57

68
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.
89

9-
clone the Stack Programming Language repository using `git` and build it using `cargo`, the Rust package manager.
10+
the releases are Regularly when new function become stable, that's good way if you prize safety.
11+
12+
13+
If you using other environment, you can clone the Stack Programming Language repository using `git` and build it using `cargo`, the Rust package manager.
1014
Make sure you have Rust and Git installed on your system before proceeding.
1115

1216
```bash
@@ -16,18 +20,4 @@ $ cargo build --release
1620
$ cargo install --path .
1721
```
1822

19-
This will install the `stack` command, which you can use to run Stack Programming Language programs.
20-
21-
## Usage
22-
23-
To run a Stack Programming Language program, use the `stack` command followed by the path to your program file.
24-
25-
```bash
26-
$ stack path/to/your/program.stk
27-
```
28-
29-
For more detailed usage instructions and language specifications, please refer to the official documentation.
30-
31-
## License
32-
33-
Stack Programming Language is distributed under the MIT license. See the [LICENSE](LICENSE) file for details.
23+
This will install the `stack` command, which you can use to run Stack programs.

0 commit comments

Comments
 (0)