From 26b91f5952a28d49fabeb7f40b52990165a58a01 Mon Sep 17 00:00:00 2001 From: adolphenom Date: Sun, 21 Dec 2014 12:51:50 +0100 Subject: [PATCH] README Little fix in links --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 9992c06..5a85f5d 100644 --- a/README.md +++ b/README.md @@ -12,15 +12,15 @@ This repo is a mirror of the source code of MARS Assembler. Thought the source c ## Documentation (included in the repo) - Go to the [documentation][7]. - - In order to run or compile MARS v4.XX, *MARS requires Java J2SE 1.5 (or later) SDK installed on your computer.* + - In order to run or compile MARS v4.XX, **MARS requires Java J2SE 1.5 (or later) SDK installed on your computer**. ## How to run MARS - - *Option A*: Desktop. Save the jar file on the desktop. Run MARS by double-clicking the icon. - - *Option B*: DOS shell using jar file. Save the jar file in some folder. Open a DOS shell in that folder. Rename the jar file to "Mars.jar" for convenience. Run MARS with the DOS command java -jar Mars.jar - - *Option C*: DOS shell using Java classes. Save the jar file in some folder. Open a DOS shell in that folder. Rename the jar file to "Mars.jar" for convenience. Extract MARS files with the DOS command jar -xf Mars.jar Run MARS with the DOS command java Mars + - **Option A**: Desktop. Save the jar file on the desktop. Run MARS by double-clicking the icon. + - **Option B**: DOS shell using jar file. Save the jar file in some folder. Open a DOS shell in that folder. Rename the jar file to "Mars.jar" for convenience. Run MARS with the DOS command java -jar Mars.jar + - **Option C**: DOS shell using Java classes. Save the jar file in some folder. Open a DOS shell in that folder. Rename the jar file to "Mars.jar" for convenience. Extract MARS files with the DOS command jar -xf Mars.jar Run MARS with the DOS command java Mars ## How to compile - - *Windows*: execute "CreateMarsJar.bat" file to generate an executable. You have to have + - **Windows**: execute "CreateMarsJar.bat" file to generate an executable. You have to have ## To-Do - ".sh" file to create an executable.