Update README.md

This commit is contained in:
Zitao 2024-07-29 23:24:11 +02:00 committed by GitHub
parent cf5249f632
commit ce0c969e77
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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
```