Skip to content

Commit

Permalink
Refresh README
Browse files Browse the repository at this point in the history
  • Loading branch information
johang committed Jan 17, 2018
1 parent c95a50c commit b3d7fa7
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,19 +17,19 @@ To unmount and shutdown:

## Installing on Debian/Ubuntu

$ sudo apt-get install btfs
# apt-get install btfs

## Installing on Arch Linux

$ sudo pacman -S btfs
# pacman -S btfs

## Installing on Gentoo

# emerge -av btfs

## Installing on OS X
## Installing on macOS

BTFS has a formula in the [`homebrew/homebrew-core`](https://github.com/Homebrew/homebrew-core) repository, ready to go. Just [install `brew`](https://brew.sh) if you hadn't, and then
You can use [`brew`](https://brew.sh) to install on macOS.

$ brew install btfs

Expand All @@ -50,7 +50,7 @@ BTFS has a formula in the [`homebrew/homebrew-core`](https://github.com/Homebrew

And optionally, if you want to install it:

$ sudo make install
$ make install

## Building on OS X

Expand All @@ -65,4 +65,4 @@ Use `brew` to get the dependencies and clone the project.

And optionally, if you want to install it:

# make install
$ make install

0 comments on commit b3d7fa7

Please sign in to comment.