浏览代码

Readme update

Martin Herbers 7 年之前
父节点
当前提交
4f664dee9f
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. 3 3
      README.md

+ 3 - 3
README.md

@@ -8,10 +8,10 @@ This project was build with the IntelliJ Idea IDE. For compiling and building we
 
 ### Compiling
 
-To compile the project, clone or download the zip file from the git repository and open the project folder from IntelliJ Idea. The main class is located under "/olip/src/ui/Main.java". 
+To compile the project, clone or download the zip file from the git repository and open the project folder from IntelliJ Idea. The main class is located under `/olip/src/ui/Main.java`. 
 
 ### Building 
 
-To set up the executable jar artifact, go to Project Structure or push "Ctrl + Alt + Shift + S". Go to Artifacts and push the green plus symbol. There choose "Jar -> From modules with dependencies...". Leave the field for Main Class blank as it produces errors. Make sure the Jar files from libraries settings is set to "extract to the target JAR". Click OK on both windows.
+To set up the executable jar artifact, go to Project Structure or push `Ctrl + Alt + Shift + S`. Go to Artifacts and push the green plus symbol. There choose `Jar -> From modules with dependencies...`. Leave the field for Main Class blank as it produces errors. Make sure the Jar files from libraries settings is set to `extract to the target JAR`. Click OK on both windows.
 
-To build the executable jar artifact, go to "Build -> Build Artifacts... -> OLIP.jar -> Build". After building the jar, it will be located under "/olip/out/artifacts/OLIP_jar/OLIP.jar"
+To build the executable jar artifact, go to `Build -> Build Artifacts... -> OLIP.jar -> Build`. After building the jar, it will be located under `/olip/out/artifacts/OLIP_jar/OLIP.jar`