Update documentation

This commit is contained in:
rubenwardy 2014-07-26 20:04:57 +01:00
parent d7ab9742d6
commit 0c6c800809
2 changed files with 4 additions and 2 deletions

View File

@ -20,9 +20,11 @@ Using Installed Builds
To run, use <code>$ nodeboxeditor</code>
* Project and exports will be saved to <code>/home/</code>. You can change this with the save_directory setting in editor.conf
* Project, imports and exports will be saved to and read from <code>/home/</code>.
You can change this with the save_directory setting in editor.conf
* Configuration will be read from <code>/home/.config/nodeboxeditor.conf</code> first,
and then </code>/usr/local/share/nodeboxeditor/editor.conf</code> if that fails.
* Resources are saved in <code>/usr/local/share/nodeboxeditor</code>
* The executable is in <code>/usr/local/bin</code>
* Textures will be imported and exported to <code>/home/</code>.

View File

@ -1,6 +1,6 @@
# --------------------------------------------------------- #
# FILE FORMAT FOR NBE PROJECT FILES USING PARSER VERSION 1 #
# This is the file format for .nbe files #
# This is the file format for project.txt in .nbe files #
# Comments ARE NOT allowed in real format #
# Axis Y is height #
# --------------------------------------------------------- #