aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBobby <[email protected]>2023-07-20 03:11:30 -0400
committerBobby <[email protected]>2023-07-20 03:11:30 -0400
commit0ed61d5af8afa07dc43ec0285c7cc97955334b50 (patch)
tree1fd47792bb3a1dced38895d5fa9ad2475b276ed6
parentec851805cabd46cacfc4169650f64fc4ac56487f (diff)
downloadthatcomputerscientist-0ed61d5af8afa07dc43ec0285c7cc97955334b50.tar.xz
thatcomputerscientist-0ed61d5af8afa07dc43ec0285c7cc97955334b50.zip
Example bash output replaced by image
-rw-r--r--README.md19
1 files changed, 2 insertions, 17 deletions
diff --git a/README.md b/README.md
index b77590f8..324650b9 100644
--- a/README.md
+++ b/README.md
@@ -10,24 +10,9 @@ Source Code for my Personal Website.
- `[*].peek.thatcomputerscientist.com`
Both these domains point to `127.0.0.1` and its a matter of preference which one to choose. The script also automatically generates SSL certificates for both domains and starts the server with HTTPS enabled. A complete, example command chain now looks like:
-```bash
-thatcomputerscientist on main [$!] ➜ ./runserver.sh
-Choose an option:
-[1]: (*).[peek].shi.foo
-[2]: (*).[peek].thatcomputerscientist.com
-Enter your choice (1 or 2): 1
-Password:
-Watching for file changes with StatReloader
-Validating models...
-System check identified no issues (0 silenced).
-July 20, 2023 - 06:54:38
-Django version 4.1.4, using settings 'thatcomputerscientist.settings'
-Starting development server at https://127.0.0.1:443/
-Using SSL certificate: SSL/peek.shi.foo+1.pem
-Using SSL key: SSL/peek.shi.foo+1-key.pem
-Quit the server with CONTROL-C.
-```
+![Example Command Chain](https://i.imgur.com/y3l6fJA.png)
+
## Screenshot
![Live Screenshot](https://shi.foo/ignis/screenshot)