Skip to content

Commit f958c6a

Browse files
author
梶塚太智
committed
2 parents 27ec1d6 + 628a493 commit f958c6a

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2024 Stack Programing Community
3+
Copyright (c) 2024 Stack Programming Community
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

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)