Skip to content
New issue

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

Readme #145

Merged
merged 12 commits into from
Jan 22, 2022
Prev Previous commit
Update README.md
  • Loading branch information
SelimSkhiri committed Jan 22, 2022
commit 04f038f4dc69ca4765fda62c283c0d5dbeb38333
5 changes: 3 additions & 2 deletions .dir-template/src/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ ${{apiVersion}}/${{implVersion}}

If you want to install ```nuts``` (or update from an existing rolling version) you just need to do the following. <br />
<br />
Please note that nuts rolling version (which is the most recent version) is quite stable and you can use it for personal usage, for development or for testing but we recommend you consider official versions for production systems.
Please note that ```nuts``` rolling version (which is the most recent version) is quite stable and you can use it for personal usage, for development or for testing but we recommend you consider official versions for production systems.

First you need to download nuts-preview.jar

Expand Down Expand Up @@ -80,15 +80,16 @@ If you want a shorter link, use this one!
wget https://thevpc.net/nuts-stable.jar -O nuts.jar
```


Then you must run, in a terminal, one of the the following commands:

Run this command to reset the configuration or when you are installing the very first time

```
java -jar nuts.jar -Zy
```

Or run this command when you want to reinstall nuts from scratch without resetting the configuration

```
java -jar nuts.jar -Ny
```
Expand Down