Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
DKolibar committed Oct 28, 2018
1 parent 430e616 commit 807460b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Program generates Karel world from text structure inside of *input file*.

## TUTORIAL:

###- Running:
### - Running:

On *UNIX* run with:
```console
Expand All @@ -28,7 +28,7 @@ On *Windows* run **THROUGH COMMAND LINE** with:
KWG path_to_map_text_file beepers_amount_at_start
```

###- Preparing map for generator:
### - Preparing map for generator:

- To get valid result from generator you have to prepare **VALID input file**. But don't worry it is actually very easy process.

Expand All @@ -42,11 +42,11 @@ KWG path_to_map_text_file beepers_amount_at_start

- After sucessfull execution program will prints out **"Done."** and generate **<input_file>.kw** in directory.

- ####Note: If there is map with amount of placed beepers over 99, generator won't work! Yet...
- ##### Note: If there is map with amount of placed beepers over 99, generator won't work! Yet...

---

####Flags:
#### Flags:
```console
-D Show debug info
```
Expand All @@ -55,4 +55,4 @@ KWG path_to_map_text_file beepers_amount_at_start

*By Daniel Kolibár | [email protected]*

*Karel the Robot: [GIT](https://git.kpi.fei.tuke.sk/kpi/karel-the-robot) | Created by [email protected] (c)2010, 2016*
*Karel the Robot: [GIT](https://git.kpi.fei.tuke.sk/kpi/karel-the-robot) | Created by [email protected] (c)2010, 2016*

0 comments on commit 807460b

Please sign in to comment.