Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updating Installing doc for new release #974

Merged
merged 1 commit into from Mar 1, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
12 changes: 6 additions & 6 deletions docs/installing.md
Expand Up @@ -97,8 +97,8 @@ Ensure that dependencies are present:

Download and install the latest release package:

curl -L -O https://github.com/GoogleCloudPlatform/gcsfuse/releases/download/v0.41.12/gcsfuse-0.41.12-1.x86_64.rpm
sudo rpm --install -p gcsfuse-0.41.12-1.x86_64.rpm
curl -L -O https://github.com/GoogleCloudPlatform/gcsfuse/releases/download/v0.42.0/gcsfuse-0.42.0-1.x86_64.rpm
sudo rpm --install -p gcsfuse-0.42.0-1.x86_64.rpm

<a name="other-distributions"></a>

Expand All @@ -118,13 +118,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#:~:text=gcsfuse%2D0.41.12%2D1.x86_64.rpm
sudo rpm --install -p gcsfuse-0.41.12-1.x86_64.rpm
curl -L -O https://github.com/GoogleCloudPlatform/gcsfuse/releases#:~:text=gcsfuse%2D0.42.0%2D1.x86_64.rpm
sudo rpm --install -p gcsfuse-0.42.0-1.x86_64.rpm

Or one that uses `.deb` files:

curl -L -O https://github.com/GoogleCloudPlatform/gcsfuse/releases/download/v0.41.12/gcsfuse_0.41.12_amd64.deb
sudo dpkg --install gcsfuse_0.41.12_amd64.deb
curl -L -O https://github.com/GoogleCloudPlatform/gcsfuse/releases/download/v0.42.0/gcsfuse_0.42.0_amd64.deb
sudo dpkg --install gcsfuse_0.42.0_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