Skip to content

Commit ade6238

Browse files
committed
readme
1 parent c119a1c commit ade6238

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,27 +8,27 @@
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
11+
# Install
1212

13-
### Quick install
13+
## Quick install
1414

15-
#### Linux or macOS
15+
### Linux or macOS
1616

1717
Install 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
2828
curl -LO "https://raw.githubusercontent.com/sourceplusplus/interface-cli/master/scripts/install.bat" && .\install.bat
2929
```
3030

31-
### Install by available binaries
31+
## Install by available binaries
3232

3333
Go to the [releases page](https://github.com/sourceplusplus/interface-cli/releases) to download all available binaries,
3434
including macOS, Linux, Windows.

0 commit comments

Comments
 (0)