Skip to content

Commit

Permalink
chore: update "Installing from source" (#103)
Browse files Browse the repository at this point in the history
Add an obvious but missing line that brakes copy-pasting
  • Loading branch information
moul authored and hsanjuan committed Oct 7, 2019
1 parent 1fd2889 commit ec48914
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion content/download/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,9 @@ The following requirements apply to the installation from source:

In order to build and install IPFS Cluster follow these steps:

```
```sh
git clone https://github.com/ipfs/ipfs-cluster.git
cd ipfs-cluster
export GO111MODULE=on # optional, if checking out the repository in $GOPATH.
go install ./cmd/ipfs-cluster-service
go install ./cmd/ipfs-cluster-ctl
Expand Down

0 comments on commit ec48914

Please sign in to comment.