We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78a8715 commit 2d88affCopy full SHA for 2d88aff
README.md
@@ -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