Skip to content

Commit

Permalink
installing.md: update for 0.18.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobsa committed May 31, 2016
1 parent 104c5fd commit 96816a1
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/installing.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,8 @@ Ensure that dependencies are present:

Download and install the latest release package:

curl -L -O https://github.com/GoogleCloudPlatform/gcsfuse/releases/download/v0.18.0/gcsfuse-0.18.0-1.x86_64.rpm
sudo rpm --install -p gcsfuse-0.18.0-1.x86_64.rpm
curl -L -O https://github.com/GoogleCloudPlatform/gcsfuse/releases/download/v0.18.1/gcsfuse-0.18.1-1.x86_64.rpm
sudo rpm --install -p gcsfuse-0.18.1-1.x86_64.rpm

<a name="other-distributions"></a>
## Older releases and other distributions
Expand All @@ -110,13 +110,13 @@ Ensure that dependencies are present:

If you are on a distribution that uses `.rpm` files for package management:

curl -L -O https://github.com/GoogleCloudPlatform/gcsfuse/releases/download/v0.18.0/gcsfuse-0.18.0-1.x86_64.rpm
sudo rpm --install -p gcsfuse-0.18.0-1.x86_64.rpm
curl -L -O https://github.com/GoogleCloudPlatform/gcsfuse/releases/download/v0.18.1/gcsfuse-0.18.1-1.x86_64.rpm
sudo rpm --install -p gcsfuse-0.18.1-1.x86_64.rpm

Or one that uses `.deb` files:

curl -L -O https://github.com/GoogleCloudPlatform/gcsfuse/releases/download/v0.18.0/gcsfuse_0.18.0_amd64.deb
sudo dpkg --install gcsfuse_0.18.0_amd64.deb
curl -L -O https://github.com/GoogleCloudPlatform/gcsfuse/releases/download/v0.18.1/gcsfuse_0.18.1_amd64.deb
sudo dpkg --install gcsfuse_0.18.1_amd64.deb

On some systems it may be necessary to add the your user account to the `fuse`
group in order to have permission to run `fusermount` (don't forget to log out
Expand Down

0 comments on commit 96816a1

Please sign in to comment.