File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
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
11+ # Install
1212
13- ### Quick install
13+ ## Quick install
1414
15- #### Linux or macOS
15+ ### Linux or macOS
1616
1717Install the latest version with the following command:
1818
1919``` shell
2020/bin/bash -c " $( curl -fsSL https://raw.githubusercontent.com/sourceplusplus/interface-cli/master/scripts/install.sh) "
2121```
2222
23- #### Windows
23+ ### Windows
2424
25- Note: you need to start cmd or powershell in administrator mode.
25+ Note: you need to start cmd or PowerShell in administrator mode.
2626
2727``` shell
2828curl -LO " https://raw.githubusercontent.com/sourceplusplus/interface-cli/master/scripts/install.bat" && .\i nstall.bat
2929```
3030
31- ### Install by available binaries
31+ ## Install by available binaries
3232
3333Go to the [ releases page] ( https://github.com/sourceplusplus/interface-cli/releases ) to download all available binaries,
3434including macOS, Linux, Windows.
You can’t perform that action at this time.
0 commit comments