File tree Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Original file line number Diff line number Diff line change 88
99This project provides a command-line interface to [ Source++] ( https://github.com/sourceplusplus/live-platform ) , the open-source live coding platform.
1010
11+ ## Install
12+
13+ ### Quick install
14+
15+ #### Linux or macOS
16+
17+ Install the latest version with the following command:
18+
19+ ``` shell
20+ /bin/bash -c " $( curl -fsSL https://raw.githubusercontent.com/sourceplusplus/interface-cli/master/scripts/install.sh) "
21+ ```
22+
23+ #### Windows
24+
25+ Note: you need to start cmd or powershell in administrator mode.
26+
27+ ``` shell
28+ curl -LO " https://raw.githubusercontent.com/sourceplusplus/interface-cli/master/scripts/install.bat" && .\i nstall.bat
29+ ```
30+
31+ ### Install by available binaries
32+
33+ Go to the [ releases page] ( https://github.com/sourceplusplus/interface-cli/releases ) to download all available binaries,
34+ including macOS, Linux, Windows.
35+
1136# Usage
1237
1338Try executing ` spp-cli --help ` to output the usage instructions like so:
You can’t perform that action at this time.
0 commit comments