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 29f4eb7
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 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
Use [`brew`](https://brew.sh) to install on macOS.

$ brew install btfs

Expand All @@ -50,11 +50,11 @@ 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
## Building on macOS

Use `brew` to get the dependencies and clone the project.
Use [`brew`](https://brew.sh) to get the dependencies.

$ brew install Caskroom/cask/osxfuse libtorrent-rasterbar autoconf automake pkg-config
$ git clone https://github.com/johang/btfs.git btfs
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 29f4eb7

Please sign in to comment.