Skip to content

Commit dd1d9c2

Browse files
committed
fix wrong link
1 parent 40ce0a6 commit dd1d9c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Table of Contents
2222
* [Install and setup](#install-and-setup)
2323
* [Install throttle frontend](#install-throttle-frontend)
2424
* [Change throttling using the API](#change-throttling-using-the-API)
25-
* [Take a copy of your SD card](#change-throttling-using-the-API)
25+
* [Take a copy of your SD card](#take-a-copy-of-your-sd-card)
2626

2727
## Background
2828
Inspired by Sam Smiths [PiNC](https://github.com/phuedx/pinc) I wanted to make a easy way for everyone (not just developers) to try out different internet speeds.
@@ -300,7 +300,7 @@ curl http://raspberrypi.local:3001/api/stop -H "Accept: application/json"
300300
This is how I do iyt on my Mac. First make sure you have your SD card inserted. Then use `diskutil list` to find the disk. On my computer it's mounted as */dev/disk2*. Then to copy and compress it I use:
301301

302302
```
303-
sudo dd if=/dev/rdisk2 bs=1m | xz -T 0 -9 -e > /Users/peter/Desktop/pi3-version.xz
303+
sudo dd if=/dev/rdisk2 bs=1m | xz -T 0 -9 -e > /Users/peter/Desktop/humble-version.xz
304304
```
305305

306306
Note that I've changed */dev/disk2* to */dev/rdisk2* to make it read only.

0 commit comments

Comments
 (0)