diff --git a/README.md b/README.md index 311224d..18e7fc3 100644 --- a/README.md +++ b/README.md @@ -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** diff --git a/install.sh b/install.sh index 51e994a..7f8188d 100644 --- a/install.sh +++ b/install.sh @@ -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