-
Notifications
You must be signed in to change notification settings - Fork 0
Upgrade para from 1.6.0 to 2.0.0
rackberg edited this page Jan 22, 2018
·
1 revision
Please follow this wiki page, if you've updated your para installation from 1.6.0 to 2.0.0+.
In order to make para work as before, you need to edit your para.yml by hand located under the install directory (usually at ~/.para/config/).
In previous version of para 1.* a para.yml configuration looked like this one:
group_name:
project1: path/to/the/project
project2: path/to/the/project2
Now that you are able to add more attributes to a project the para.yml should look like this.
group_name:
project1:
path: path/to/the/project
project2:
path: path/to/the/project2
This allows to add foreground_color, background_color and much more coming soon.