Skip to content

Commit 2d88aff

Browse files
authored
Create README.md
1 parent 78a8715 commit 2d88aff

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# S7 Scheme Binary
2+
## Installation
3+
On windows, just download it and rename it to `s7.exe`.
4+
5+
On Linux/macOS, we suggest that you should download the binary to `$HOME/bin/s7`.
6+
7+
```
8+
mkdir -p $HOME/bin
9+
wget https://github.com/XmacsLabs/s7-scheme-binary/releases/download/v20230413.0/s7_macosx_arm64 -O $HOME/bin/s7
10+
chmod +x $HOME/bin/s7
11+
```
12+
13+
## Versioning
14+
For example, `v20230413.0` means we are using the S7 scheme on 2023/04/13. And `0` identifies the packager script version.

0 commit comments

Comments
 (0)