Explorar el Código

docs: fix "download jar"

Tienson Qin hace 5 años
padre
commit
d1ce6c5d1d
Se han modificado 1 ficheros con 4 adiciones y 2 borrados
  1. 4 2
      readme.org

+ 4 - 2
readme.org

@@ -37,11 +37,13 @@ If you're on Windows, use the [[#windows-setup][Windows setup]].
 
 
 *** 4. Start the clojure server
 *** 4. Start the clojure server
     #+BEGIN_SRC sh
     #+BEGIN_SRC sh
+      cd resources
+
       # 1. Download jar
       # 1. Download jar
-      Go to https://github.com/logseq/logseq-internal/releases and download the logseq.jar.
+      Go to https://github.com/logseq/logseq-internal/releases, download the logseq.jar and move it to the "resources" directory.
 
 
       # 2. run jar
       # 2. run jar
-      cd resources && java -Duser.timezone=UTC -jar logseq.jar
+      java -Duser.timezone=UTC -jar logseq.jar
     #+END_SRC
     #+END_SRC
 
 
 *** 5. Compile javascript
 *** 5. Compile javascript