mirror of
https://github.com/ZitaoTech/Hackberry-Pi_Zero.git
synced 2025-12-06 20:09:38 +00:00
Update README.md
This commit is contained in:
parent
cf5249f632
commit
ce0c969e77
1 changed files with 12 additions and 0 deletions
|
|
@ -6,3 +6,15 @@
|
||||||
sudo apt-get install gpm
|
sudo apt-get install gpm
|
||||||
```
|
```
|
||||||
Then you can use mouse in commandline
|
Then you can use mouse in commandline
|
||||||
|
|
||||||
|
## How to install a terminal web surfer
|
||||||
|
|
||||||
|
```sh
|
||||||
|
sudo apt-get install w3m-image
|
||||||
|
```
|
||||||
|
|
||||||
|
Then you can surf the internet with commands like
|
||||||
|
|
||||||
|
```sh
|
||||||
|
w3m google.com
|
||||||
|
```
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue