Unverified Commit 8393acbe authored by Martín del Río's avatar Martín del Río Committed by GitHub
Browse files

Update README.md

parent 9e1ec7b9
......@@ -8,7 +8,7 @@ A x86_64 system is required to compile Lartype projects, as a 64 bit version of
Download, clone or pull and run `install_lartype`. Lartype will be installed to /usr/local/bin and added to your path. Delete the downloaded directory if you want.
## How to run
Run `lartype -init` to initialize a new Lartype project on the current directory. All the required folders and files will be created, along with a demo project.
Run `lartype` to compile your project to a pdf file.
Run `lartype -pull-update` to update Lartype.
If you update Lartype, run `lartype -update` on your project directory to update the Lartype interpreter. Until you do this, you'll still be using the previous version of Lartype.
* Run `lartype -init` to initialize a new Lartype project on the current directory. All the required folders and files will be created, along with a demo project.
* Run `lartype` to compile your project to a pdf file.
* Run `lartype -pull-update` to update Lartype.
* If you update Lartype, run `lartype -update` on your project directory to update the Lartype interpreter. Until you do this, you'll still be using the previous version of Lartype.
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment