Skip to content

Commit 62913d0

Browse files
committed
Better README
1 parent 2998551 commit 62913d0

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
@@ -20,7 +20,7 @@ Once done, copy the files back to your pc and submit us a [pull request](https:/
2020

2121
## Development: the fast, local but hard way
2222

23-
You need a GNU/Linux box and the following packages: `subversion`, `gnupg`, `lua5.1`, `make`, `gcc`, `wget`
23+
You need a GNU/Linux box and the following tools: `subversion`, `gnupg`, `lua`, `make`, `gcc`, `wget`. On Debian based distros, these are packages `subversion`, `gnupg`, `lua5.1`, `build-essential`, `wget`.
2424

2525
Open the terminal and type
2626
```bash
@@ -43,8 +43,8 @@ ln -s ~/YunWebUI/usr/lib/lua/luci applications/arduino/luasrc
4343
ln -s ~/YunWebUI/www applications/arduino/htdocs
4444
```
4545

46-
If everything run smoothly, you're now ready to start the webpanel. Type the last command on the terminal
46+
If everything ran smoothly, you're now ready to start the webpanel. Type the last command on the terminal
4747
```bash
4848
make runhttpd
4949
```
50-
and finally go to http://localhost:8080/luci/webpanel
50+
and finally go to [http://localhost:8080/luci/webpanel](http://localhost:8080/luci/webpanel)

0 commit comments

Comments
 (0)