Skip to content

Commit 21e7706

Browse files
committed
follow code-style from below.
1 parent 490a53e commit 21e7706

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

README.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -90,18 +90,14 @@ This will require libsox v14.3.2 or above.
9090

9191
<Details><Summary>Click here for the examples on how to install SoX</Summary>
9292

93-
OSX (Homebrew):
9493
```bash
94+
# OSX (Homebrew)
9595
brew install sox
96-
```
9796

98-
Linux (Ubuntu):
99-
```bash
97+
# Linux (Ubuntu)
10098
sudo apt-get install sox libsox-dev libsox-fmt-all
101-
```
10299

103-
Anaconda
104-
```bash
100+
# Anaconda
105101
conda install -c conda-forge sox
106102
```
107103

0 commit comments

Comments
 (0)