Skip to content

Commit

Permalink
Follow redirect
Browse files Browse the repository at this point in the history
  • Loading branch information
eriol committed May 18, 2019
1 parent 2ac23e0 commit a71a728
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ icons (as the ones included in AnyBar, but in SVG format) just download them
and put in the directory where quoll will search for them:

```
mkdir -p $(quoll home) && curl -s https://github.com/eriol/quoll/releases/download/0.1.0/base_resources.tar.gz | tar xzf - -C $(quoll home)
mkdir -p $(quoll home) && curl -sL https://github.com/eriol/quoll/releases/download/0.1.0/base_resources.tar.gz | tar xzf - -C $(quoll home)
```

### Usage
Expand Down

0 comments on commit a71a728

Please sign in to comment.