diff --git a/CHANGELOG.md b/CHANGELOG.md index 46b24ac..ca0d84e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# Unreleased +# 0.4.1 - add a dependency for `tar` decompression diff --git a/README.md b/README.md index 4c27299..e89adc2 100644 --- a/README.md +++ b/README.md @@ -2,15 +2,9 @@ ## Installation -Go to [the releases](https://github.com/Woife5/kopfrechner/releases/latest) page to download the latest version. Use the corresponding file for your operating system: - -| OS | File | -| ------- | -------------------------------------------------- | -| Windows | `kopfrechner_vX.X.X_x86_64-pc-windows-gnu.zip` | -| MacOS | `kopfrechner_vX.X.X_x86_64-apple-darwin.zip` | -| Linux | `kopfrechner_vX.X.X_x86_64-unknown-linux-musl.zip` | - -Extract the zip file and run the executable. +Go to [the releases](https://github.com/Woife5/kopfrechner/releases/latest) page to download the latest version. +Choose the corresponding archive for your operating system. +Once downloaded, extract the archive and run the executable (`kopfrechner.exe` / `kopfrechner`). ### Updating