Skip to content

Commit fb90166

Browse files
authored
Fixed typos
1 parent e9d934c commit fb90166

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,13 @@ https://gist.github.com/wandernauta/6800547
2424
$ `sudo apt-get install -y dh-make devscripts`
2525
- Clone the repository and navigate into it: <br>
2626
$ `git clone https://github.com/NLDev/sp.git && cd sp`
27-
- Remove the existing `.dep`: <br>
27+
- Remove the existing `.deb`: <br>
2828
$ `rm sp_1.0-1_all.deb`
2929
- Navigate into the [sp-1.0](https://github.com/NLDev/sp/tree/master/sp-1.0) folder: <br>
3030
$ `cd sp-1.0`
31-
- Use the following command to build the .dep: <br>
31+
- Use the following command to build the .deb: <br>
3232
$ `debuild -us -uc`
33-
- Now navigate back into the repository root and you should see your `.dep`: <br>
33+
- Now navigate back into the repository root and you should see your `.deb`: <br>
3434
$ `cd .. && ls`
3535
- Finally, install it: <br>
3636
$ `sudo dpkg -i sp_1.0-1_all.deb`

0 commit comments

Comments
 (0)