diff --git a/README.md b/README.md
index bc02f9a..d51c54b 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,5 @@
 # librewolf-allow-dark (fedora)
 
-I have nothing to put here for now? Uhhhhh TODO: check what I should put here once the forge is back up.
+Note that the version cannot contain `-`, so it's replaced with `.` here (e.g. `136.0-2` -> `136.0.2`)
+
+TODO: Add automatic `%files` generation
diff --git a/run.sh b/run.sh
index d55c29d..4c629a2 100755
--- a/run.sh
+++ b/run.sh
@@ -5,6 +5,7 @@ program_name="librewolf-allow-dark"
 
 built_dir=${COMPILED_DIR:-/compiled}/$program_name
 version=$(cat $built_dir/version)
+version=$(echo $version | sed 's/-/./g')
 repo_dir=${REPO_DIR:-/repo}
 
 # skip if already up-to-date