Skip to content

Commit

Permalink
Added a section for other distributions.
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobsa committed Aug 10, 2015
1 parent d445649 commit b082be8
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions docs/installing.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,19 @@ Download and extract the latest release tarball:
sudo tar -o -C / -zxf gcsfuse_v0.9.0_linux_amd64.tar.gz


## Other distributions

Ensure that dependencies are present:

* Install [wget](http://www.gnu.org/software/wget/).
* Install [fuse](http://fuse.sourceforge.net/).

Download and extract the latest release tarball:

wget https://github.com/GoogleCloudPlatform/gcsfuse/releases/download/v0.9.0/gcsfuse_v0.9.0_linux_amd64.tar.gz
sudo tar -o -C / -zxf gcsfuse_v0.9.0_linux_amd64.tar.gz



# OS X

Expand Down

0 comments on commit b082be8

Please sign in to comment.