Skip to content

Commit

Permalink
Update to v1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jerbzz committed Mar 6, 2021
1 parent c3a4576 commit 38f0122
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 type the following commands, 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.

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

# How to use this code
Expand Down

0 comments on commit 38f0122

Please sign in to comment.