Update readme and fix unneeded ./

This commit is contained in:
Marc Di Luzio 2015-01-10 17:31:43 +00:00
parent ae8a3bf0c2
commit 11a8873dc5

View file

@ -18,7 +18,7 @@ TTRTS is from the ground up designed to be a fun way to practice programming. An
$ git clone https://github.com/mdiluz/ttrts.git $ git clone https://github.com/mdiluz/ttrts.git
$ cd ttrts $ cd ttrts
$ ./bootstrap.sh $ ./bootstrap.sh
$ ./ttrts # To launch binary and display usage $ man ttrts # for full usage and guide
----------------------------------------------------------- -----------------------------------------------------------
## Development ## Development