Skip to content

Commit c119a1c

Browse files
committed
readme
1 parent f363c59 commit c119a1c

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

README.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,31 @@
88

99
This 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" && .\install.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

1338
Try executing `spp-cli --help` to output the usage instructions like so:

0 commit comments

Comments
 (0)