Skip to content

Commit 628a493

Browse files
author
梶塚太智
authored
Update README.md
1 parent fb777f2 commit 628a493

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ If you using other environment, you can clone the Stack Programming Language rep
1414
Make sure you have Rust and Git installed on your system before proceeding.
1515

1616
```bash
17-
$ git clone https://github.com/Stack-Programing-Community/Stack-Programing-Language.git
18-
$ cd Stack-Programing-Language
19-
$ cargo build --release
20-
$ cargo install --path .
17+
git clone https://github.com/Stack-Programing-Community/Stack-Programing-Language.git
18+
cd Stack-Programing-Language
19+
cargo build --release
20+
cargo install --path .
2121
```
2222

2323
This will install the `stack` command, which you can use to run Stack programs.

0 commit comments

Comments
 (0)