Skip to content

Commit

Permalink
Build number update
Browse files Browse the repository at this point in the history
  • Loading branch information
brett-smith committed Oct 9, 2021
1 parent 3a4f783 commit bb39678
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,13 +59,13 @@ The self extracting installer is the easiest to use. You will be asked for a loc

```
wget -O snake-installer-amd64.sh \
https://github.com/bithatch/snake/releases/download/v1.0-SNAPSHOT-172/snake-installer-amd64.sh && \
https://github.com/bithatch/snake/releases/download/v1.0-SNAPSHOT-204/snake-installer-amd64.sh && \
sh snake-installer-amd64.sh
```

#### From Your Desktop

* Download [snake-amd64-installer.sh](https://github.com/bithatch/snake/releases/download/v1.0-SNAPSHOT-172/snake-installer-amd64.sh).
* Download [snake-amd64-installer.sh](https://github.com/bithatch/snake/releases/download/v1.0-SNAPSHOT-204/snake-installer-amd64.sh).
* Add Execute permission to the downloaded *snake-installer.sh* in your file manager.
* Use the Open action in your file manager to start the installer.

Expand All @@ -77,23 +77,23 @@ Another option is to download the archived version of the app, extract it to whe

```
wget -O snake-amd64.tar.gz \
https://github.com/bithatch/snake/releases/download/v1.0-SNAPSHOT-172/snake-amd64.tar.gz
https://github.com/bithatch/snake/releases/download/v1.0-SNAPSHOT-204/snake-amd64.tar.gz
tar xzf snake-amd64-tar.gz
cd snake
bin/snake &
```

#### From Your Desktop

* Download [snake-amd64.tar.gz](https://github.com/bithatch/snake/releases/download/v1.0-SNAPSHOT-172/snake-amd64.tar.gz)
* Download [snake-amd64.tar.gz](https://github.com/bithatch/snake/releases/download/v1.0-SNAPSHOT-204/snake-amd64.tar.gz)
* Use the Open action in your file manager to locate and start `bin/snake` in the extracted folder.

### No-Runtime Packages

The above packages all include a stripped down amd64 Java runtime so you do not need to install your own. If you have another architecture such as X86 or Arm, or just want a smaller download, you can use your own runtime. It just needs to be at least [Java 15](https://adoptopenjdk.net/).

* [Installer](https://github.com/bithatch/snake/releases/download/v1.0-SNAPSHOT-172/snake-installer-noruntime.sh)
* [Tar Archive](https://github.com/bithatch/snake/releases/download/v1.0-SNAPSHOT-172/snake-noruntime.tar.gz)
* [Installer](https://github.com/bithatch/snake/releases/download/v1.0-SNAPSHOT-204/snake-installer-noruntime.sh)
* [Tar Archive](https://github.com/bithatch/snake/releases/download/v1.0-SNAPSHOT-204/snake-noruntime.tar.gz)

All these packages include the `bin/snake` launcher script. You may need to edit this if you want to use a runtime other than the system default.

Expand Down
4 changes: 2 additions & 2 deletions snake-dist/buildNumber.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#maven.buildNumber.plugin properties file
#Sat Oct 09 14:01:36 BST 2021
buildNumber=203
#Sat Oct 09 19:57:13 BST 2021
buildNumber=204

0 comments on commit bb39678

Please sign in to comment.