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

added goinfre install script #12

Closed
wants to merge 2 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
updated links
  • Loading branch information
omimouni committed Nov 14, 2021
commit f535f42b3970c5ce29fe33935e702314c5cc3f28
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ Install
Run this command from your terminal:

```sh
curl -fsSL https://rawgit.com/kube/42homebrew/master/install.sh | zsh
curl -fsSL https://raw.githubusercontent.com/omimouni/42homebrew/master/install.sh | zsh
```

or if you want it directly into your 'goinfre'

```sh
curl -fsSL https://rawgit.com/kube/42homebrew/master/install-goinfre.sh | zsh
curl -fsSL https://raw.githubusercontent.com/omimouni/42homebrew/master/install-goinfre.sh | zsh
```


Expand Down