Skip to content

Commit

Permalink
Removed out of date installation instructions.
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobsa committed Jul 20, 2015
1 parent 5b5da95 commit 7e0de0c
Showing 1 changed file with 1 addition and 20 deletions.
21 changes: 1 addition & 20 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,28 +21,9 @@ surprising behaviors. The list of [open issues][issues] may also be of interest.

See [installing.md][] for full installation instructions for Linux and Mac OS X.

The basic installation steps are:

1. Install Go
1. Install fuse
1. Install git

and then:

```
go get github.com/googlecloudplatform/gcsfuse
```

This will fetch the gcsfuse sources, build them, and install a binary named
`gcsfuse` to `$GOPATH/bin`. If you ever need to update to the latest version of
gcsfuse, you can do so with:

```
go get -u github.com/googlecloudplatform/gcsfuse
```

[installing.md]: docs/installing.md


# Mounting

## Prerequisites
Expand Down

0 comments on commit 7e0de0c

Please sign in to comment.