Skip to content

Commit c27fcc5

Browse files
Merge pull request #32 from HPCNow/main
Fix: path points to main instead of develop branch
2 parents b22f8e0 + ac1b1dc commit c27fcc5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ After you installed the pre-requisites, close and open the terminal again to ref
3636
To install Froster, execute the following command into your terminal:
3737

3838
```
39-
curl -s https://raw.githubusercontent.com/dirkpetersen/froster/develop/install.sh | bash
39+
curl -s https://raw.githubusercontent.com/dirkpetersen/froster/main/install.sh | bash
4040
4141
```
4242

Diff for: install.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ install_froster() {
209209

210210
pipx ensurepath >/dev/null 2>&1
211211
# TODO: Update path once froster is in PyPi repository
212-
pipx install git+https://github.com/dirkpetersen/froster.git@develop >/dev/null 2>&1 &
212+
pipx install git+https://github.com/dirkpetersen/froster.git@main >/dev/null 2>&1 &
213213
spinner $!
214214

215215
echo " ...froster installed"

0 commit comments

Comments
 (0)