Skip to content

Commit

Permalink
Tweak wording
Browse files Browse the repository at this point in the history
  • Loading branch information
lpil committed Dec 27, 2018
1 parent c491947 commit 9edf4e3
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,9 @@ It's ideal for use with [sonicpi.vim][sonicpi.vim].

## Installation

# If you have the [Rust programming language][rust-install] installed
Sonic Pi Tool can be installed like so:
### From source

If you have the [Rust programming language][rust-install] installed Sonic Pi Tool can be installed like so:

```sh
cargo install --git https://github.com/lpil/sonic-pi-tool/
Expand All @@ -32,8 +33,9 @@ cargo install --git https://github.com/lpil/sonic-pi-tool/ --force
`sonic-pi-tool` may not build on older versions of Rust. Please see [the CI
configuration](././travis.yml) for which versions are explicitly supported.

# If you have homebrew
Sonic Pi Tool can be installed like so:
### Homebrew

Sonic Pi Tool can be installed like so using the Homebrew package manager for OSX:

```sh
$ brew tap Cj-bc/sonic-pi-tool
Expand All @@ -45,7 +47,6 @@ $ brew install Cj-bc/sonic-pi-tool/sonic-pi-tool
Homebrew formula is here: [Cj-bc/homebrew-sonic-pi-tool](https://github.com/Cj-bc/homebrew-sonic-pi-tool)



## Usage

- [check](#check)
Expand Down

0 comments on commit 9edf4e3

Please sign in to comment.