ソースを参照

docs: fix "download jar"

Tienson Qin 5 年 前
コミット
d1ce6c5d1d
1 ファイル変更4 行追加2 行削除
  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
     #+BEGIN_SRC sh
+      cd resources
+
       # 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
-      cd resources && java -Duser.timezone=UTC -jar logseq.jar
+      java -Duser.timezone=UTC -jar logseq.jar
     #+END_SRC
 
 *** 5. Compile javascript