Mistivia 1 mese fa
parent
commit
a24f526a3c
1 ha cambiato i file con 11 aggiunte e 1 eliminazioni
  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.