Skip to content

Commit

Permalink
chore: add version specific release
Browse files Browse the repository at this point in the history
  • Loading branch information
tomaskukk committed Nov 3, 2024
1 parent c57a4fe commit 32f2acf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,10 @@ The **Lounasta** app provides two parameters for filtering lunch menu searches t

## Installation

Replace version tag with version you want. For 0.0.1 it would be:

```bash
curl -fsSL https://raw.githubusercontent.com/tomaskukk/lounasta/master/install.sh | bash
curl -fsSL https://raw.githubusercontent.com/tomaskukk/lounasta/0.0.1/install.sh | bash
```

**Note**
Expand Down
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

REPO="tomaskukk/lounasta"
VERSION="v1.0.0" # Replace with the latest release version
VERSION="0.0.1" # Replace with the latest release version

# Detect the platform
case "$(uname -s)" in
Expand Down

0 comments on commit 32f2acf

Please sign in to comment.