Skip to content
This repository was archived by the owner on Mar 12, 2019. It is now read-only.

Commit e2a8621

Browse files
committed
README.md: Correct the git clone URL for Linuxbrew
1 parent 68c10e4 commit e2a8621

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,13 +66,13 @@ Installation
6666
Paste at a Terminal prompt:
6767

6868
``` sh
69-
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Linuxbrew/linuxbrew/go/install)"
69+
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Linuxbrew/install/master/install)"
7070
```
7171

7272
Or if you prefer:
7373

7474
```sh
75-
git clone https://github.com/Linuxbrew/linuxbrew.git ~/.linuxbrew
75+
git clone https://github.com/Linuxbrew/brew.git ~/.linuxbrew
7676
```
7777

7878
Add to your `.bashrc` or `.zshrc`:

0 commit comments

Comments
 (0)