Update title and git urls
This commit is contained in:
+4
-4
@@ -1,23 +1,23 @@
|
|||||||
#+TITLE: Simple RPG
|
#+TITLE: Simple 2D RPG
|
||||||
#+AUTHOR: Riyyi
|
#+AUTHOR: Riyyi
|
||||||
#+LANGUAGE: en
|
#+LANGUAGE: en
|
||||||
#+OPTIONS: toc:nil
|
#+OPTIONS: toc:nil
|
||||||
|
|
||||||
Simple RPG game made in C++ and SFML.
|
Simple 2D RPG made in C++ and SFML.
|
||||||
|
|
||||||
* Download
|
* Download
|
||||||
|
|
||||||
** Clone
|
** Clone
|
||||||
|
|
||||||
#+BEGIN_SRC sh
|
#+BEGIN_SRC sh
|
||||||
$ git clone https://github.com/riyyi/rpg
|
$ git clone https://<git>.com/riyyi/rpg
|
||||||
$ cd rpg
|
$ cd rpg
|
||||||
$ git submodule init
|
$ git submodule init
|
||||||
$ git submodule update
|
$ git submodule update
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
Or
|
Or
|
||||||
#+BEGIN_SRC sh
|
#+BEGIN_SRC sh
|
||||||
$ git clone --recursive https://github.com/riyyi/rpg
|
$ git clone --recursive https://<git>.com/riyyi/rpg
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
** Update
|
** Update
|
||||||
|
|||||||
Reference in New Issue
Block a user