From ce0c969e77a8af3eb20c494d48280f2875c7a234 Mon Sep 17 00:00:00 2001 From: Zitao <145678024+ZitaoTech@users.noreply.github.com> Date: Mon, 29 Jul 2024 23:24:11 +0200 Subject: [PATCH] Update README.md --- Apps/README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/Apps/README.md b/Apps/README.md index 167af5c..b522759 100644 --- a/Apps/README.md +++ b/Apps/README.md @@ -6,3 +6,15 @@ sudo apt-get install gpm ``` 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 +```