Skip to content

Commit 9892434

Browse files
committed
Adjust README once more for readability.
1 parent 761c4ff commit 9892434

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -49,13 +49,14 @@ only Debian packages with apt-get.
4949
$ curl https://github.com/geerlingguy/rpi-clone/blob/master/install | sudo bash
5050
```
5151

52-
You can also manually clone the project and copy the scripts into place, if you don't want to use the `curl | sudo bash` install method:
52+
> Alternatively, you can manually install from source if you don't trust the `curl | sudo bash` install script:
53+
>
54+
> ```
55+
> git clone https://github.com/geerlingguy/rpi-clone.git
56+
> cd rpi-clone
57+
> sudo cp rpi-clone rpi-clone-setup /usr/local/sbin
58+
> ```
5359
54-
```
55-
$ git clone https://github.com/geerlingguy/rpi-clone.git
56-
$ cd rpi-clone
57-
$ sudo cp rpi-clone rpi-clone-setup /usr/local/sbin
58-
```
5960
Make sure `/usr/local/sbin` is in your $PATH and then run
6061
`rpi-clone` or `rpi-clone-setup` with no args to print usage.
6162

0 commit comments

Comments
 (0)