Updating
$ arcli actinium update$ arcli install -sLast updated
One of the greatest features of Actinium is the ability to update to the latest version with minimal worrying about your current project being disrupted.
Updating is usually non-invasive, but It's always a good idea to commit your current project before updating.
$ arcli actinium updateAfter updating, ensure that you have the updated dependencies by running:
$ arcli install -sUnder the hood, the latest version of Actinium Core is pulled down, extracted, and an update script makes necessary edits to your config files.
Last updated