Commit 62448bf

mo khan <mo@mokhan.ca>
2021-09-03 16:28:58
add instructions in a project README
1 parent 5973dc8
Changed files (1)
README.md
@@ -0,0 +1,21 @@
+# HTTP Server
+
+A minimal HTTP server. This is meant to help people who are learning HTML, CSS
+and JavaScript.
+
+## Installation
+
+This program is written using the [Go](https://golang.org/) programming language.
+
+```bash
+$ go install github.com/xlg-pkg/http-server@latest
+```
+
+## Starting the server
+
+1. Open a terminal.
+1. Navigate to a directory that has HTML files. (index.html)
+1. Then start the server:
+    ```bash
+    $ http-server
+    ```