Mistivia 1 månad sedan
förälder
incheckning
a24f526a3c
1 ändrade filer med 11 tillägg och 1 borttagningar
  1. 11 1
      Readme.md

+ 11 - 1
Readme.md

@@ -7,4 +7,14 @@ Liteweight Web Client for OpenAI-compatible API with LaTeX support.
 
 ## How to Use
 
-Download the release tarball, decompress it, and edit config.json, fill in the key, then serve it with any web server.
+Download the release tarball, decompress it.
+
+    tar -xf dist.tar.gz
+    cd dist
+
+Edit config.json, fill in the key.
+
+    cp config.json.exmaple config.json
+    nano config.json
+
+Then serve it with any web server.