Pārlūkot izejas kodu

Some format nazi aked me to split the lines

So I split the lines and got scolded over.
Florian DORMONT 10 gadi atpakaļ
vecāks
revīzija
69f3ed3880
1 mainītis faili ar 7 papildinājumiem un 2 dzēšanām
  1. 7 2
      README.md

+ 7 - 2
README.md

@@ -3,7 +3,11 @@
 A J-RPG engine for the TI-Nspire. There's still a lot of work before anything works.
 
 ## Getting the code wih Git
-To have the whole WRPG source code and its source code dependancies (like tinySTL), and be able to compile and rock on, you have two options : using `--recursive` to download the whole repo and sub-modules or downloading the moduels after cloning the repo : 
+
+To have the whole WRPG source code and its source code dependancies (like tinySTL),
+and be able to compile and rock on, you have two options : using `--recursive` to
+download the whole repo and sub-modules or downloading the moduels after
+cloning the repo : 
 
 ```bash
 # Download the whole repo and its submodules in one step
@@ -19,7 +23,8 @@ git submodule init
 git submodule update
 ```
 
-YOu'll have to download ConvertIMG separately for the moment as only the binary helps converting the art data in the compilation process.
+YOu'll have to download ConvertIMG separately for the moment as only the binary
+helps converting the art data in the compilation process.
 
 ## Compiling