Skip to content

Commit

Permalink
Git is installed with Blinkt! software, bump for 1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jerbzz authored Mar 6, 2021
1 parent 84a9c20 commit 21dac2c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ curl https://get.pimoroni.com/blinkt | bash
```

# How to get this code
Once you have installed the Blinkt! software as above, the easiest way to download this software is to copy and paste the following command, which will make a copy of all the files in a folder called **agile-blinkt-indicator** in your home directory.
Once you have installed the Blinkt! software as above, the easiest way to download this software is to copy and paste the following command, which will make a copy of all the files in a folder called **agile-blinkt-indicator** in your home directory. This won't work unless you've installed the Blinkt! library above (or installed `git` yourself).

```
cd ~ && git -c advice.detachedHead=false clone --depth 1 -b v1.1.2 https://github.com/jerbzz/agile-blinkt-indicator.git
cd ~ && git -c advice.detachedHead=false clone --depth 1 -b v1.1.3 https://github.com/jerbzz/agile-blinkt-indicator.git
```

# How to use this code
Expand Down

0 comments on commit 21dac2c

Please sign in to comment.