diff --git a/README.org b/README.org index ce8d360..794f232 100755 --- a/README.org +++ b/README.org @@ -1,23 +1,23 @@ -#+TITLE: Simple RPG +#+TITLE: Simple 2D RPG #+AUTHOR: Riyyi #+LANGUAGE: en #+OPTIONS: toc:nil -Simple RPG game made in C++ and SFML. +Simple 2D RPG made in C++ and SFML. * Download ** Clone #+BEGIN_SRC sh - $ git clone https://github.com/riyyi/rpg + $ git clone https://.com/riyyi/rpg $ cd rpg $ git submodule init $ git submodule update #+END_SRC Or #+BEGIN_SRC sh - $ git clone --recursive https://github.com/riyyi/rpg + $ git clone --recursive https://.com/riyyi/rpg #+END_SRC ** Update