oasis icon indicating copy to clipboard operation
oasis copied to clipboard

Doc: Add upgrade instructions

Open adrienandrem opened this issue 3 years ago • 1 comments

What's the problem you want solved?

Benefit from bugfixes with no code knowledge.

Is there a solution you'd like to recommend?

README.md mentions "upgrade often".
In install.md, develop this with explicit shell command(s).

adrienandrem avatar Mar 26 '22 11:03 adrienandrem

How does one upgrade the app in general (Without doing an uninstall and re-install that loses your data)?

Or, for faster updates and less stability, install Oasis from GitHub and upgrade often.

If one would do this advanced method, this is how I understand it:

Install first

git clone https://github.com/fraction/oasis.git
cd oasis
npm install -g --only=prod

Then to run oasis, just type oasis (do we need to add this to the path variables?)

Then to upgrade, cd into the oasis top level directory and run

git pull
npm install -g --only=prod

Is that right?

trosel avatar Jan 20 '23 00:01 trosel