Skip to content

Commit

Permalink
Add more steps
Browse files Browse the repository at this point in the history
Signed-off-by: Sanjula Ganepola <[email protected]>
  • Loading branch information
SanjulaGanepola committed Jan 8, 2025
1 parent f378b2d commit 4049c29
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,16 @@ Use a Java version provided by IBM, which is at least version 8. When running th
3. If you did not download to IBM i directly, transfer the `.jar` file to IBM i using technique of your choice.

4. Run the installer using:

```sh
java -jar <name of jar file>
```

For instance, to install version `0.0.6`, the steps from an IBM i (using open source `wget`) would look like:

```bash
mkdir -p /opt/download
cd /opt/download
wget https://github.com/ThePrez/Manzan/releases/download/v0.0.6/manzan-installer-v0.0.6.jar
java -jar manzan-installer-v0.0.6.jar
```
Expand Down

0 comments on commit 4049c29

Please sign in to comment.