diff options
Diffstat (limited to 'application/package/ubuntu/readme.md')
-rw-r--r-- | application/package/ubuntu/readme.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/application/package/ubuntu/readme.md b/application/package/ubuntu/readme.md index 50ce65fd..5b0d6b27 100644 --- a/application/package/ubuntu/readme.md +++ b/application/package/ubuntu/readme.md @@ -4,9 +4,9 @@ A simple ubuntu package for MultiMC that wraps the contains a script that downlo It contains a `.desktop` file, an icon, and a simple script that does the heavy lifting. # How to build this? -You need dpkg utils. Rename the `multimc` folder to `multimc_1.2-1` and then run: +You need dpkg utils. Rename the `multimc` folder to `multimc_1.3-1` and then run: ``` -fakeroot dpkg-deb --build multimc_1.2-1 +fakeroot dpkg-deb --build multimc_1.3-1 ``` Replace the version with whatever is appropriate. |