We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Benefit from bugfixes with no code knowledge.
README.md mentions "upgrade often". In install.md, develop this with explicit shell command(s).
README.md
install.md
The text was updated successfully, but these errors were encountered:
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?)
oasis
Then to upgrade, cd into the oasis top level directory and run
git pull npm install -g --only=prod
Is that right?
Sorry, something went wrong.
No branches or pull requests
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).The text was updated successfully, but these errors were encountered: