From 5a11bd4e5d2035af96b36598fe10cb7dff379c12 Mon Sep 17 00:00:00 2001 From: Alessandro Salerno <67583725+Alessandro-Salerno@users.noreply.github.com> Date: Thu, 17 Oct 2024 12:24:17 +0200 Subject: [PATCH] Update README.md --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2ac7769..12addda 100644 --- a/README.md +++ b/README.md @@ -91,7 +91,11 @@ The easiest way to use htmc is to create a simple CGI web server in a high level 1. Downlaod the latest `htmc-cgi-ws` for Linux from [here](https://alessandro-salerno.github.io/htmc/bin/htmc-cgi-ws) 2. Create a directory for the server and move `htmc-cgi-ws` into it -3. Run `htmc-cgi-ws` as super user (if needed) and follow the instructions on screen +3. Make sure that `htmc-cgi-ws` is recognized as an executable +``` +chmod +x ./htmc-cgi-ws +``` +4. Run `htmc-cgi-ws` as super user (if needed) and follow the instructions on screen ``` [alevm@alevm ws]$ sudo ./htmc-cgi-ws You're missing some important htmc files, proceed with the download? [Y/n]: Y @@ -101,7 +105,7 @@ Downloading to ./index.htmc ... Done! Listening on localhost:80 ``` -4. An example page should now be available at `localhost/index.htmc` +5. An example page should now be available at `localhost/index.htmc` # How to build htmc