@@ -13,16 +13,16 @@ Then, run the `build.sh` script:
1313
1414 $ ./dist/debian/build.sh
1515
16- The above command will create ` dist/debian/quick-lint-js_2.4.0 -1_amd64.deb ` ,
17- ` dist/debian/quick-lint-js-vim_2.4.0 -1_all.deb ` , and related files.
16+ The above command will create ` dist/debian/quick-lint-js_2.4.1 -1_amd64.deb ` ,
17+ ` dist/debian/quick-lint-js-vim_2.4.1 -1_all.deb ` , and related files.
1818
1919## Installing
2020
2121On a Debian-based system, after building the .deb file (per the above
2222instructions), install the .deb file:
2323
24- $ sudo apt-get install ./dist/debian/quick-lint-js_2.4.0 -1_amd64.deb
25- $ sudo apt-get install ./dist/debian/quick-lint-js-vim_2.4.0 -1_all.deb
24+ $ sudo apt-get install ./dist/debian/quick-lint-js_2.4.1 -1_amd64.deb
25+ $ sudo apt-get install ./dist/debian/quick-lint-js-vim_2.4.1 -1_all.deb
2626
2727## AppStream
2828
@@ -44,7 +44,7 @@ To test `asgen-config.json` or metadata changes locally:
4444 * Change ` MediaBaseUrl ` to ` "http://localhost:8069/appstream/export/media/" ` .
4545 * Change ` HtmlBaseUrl ` to ` "http://localhost:8069/appstream/export/html/" ` .
46465 . Create a directory ` debian/pool/ ` .
47- 6 . Copy ` dist/debian/*2.4.0 * ` (built by the [ Building] ( #Building ) instructions
47+ 6 . Copy ` dist/debian/*2.4.1 * ` (built by the [ Building] ( #Building ) instructions
4848 above) into the ` debian/pool/ ` directory.
49497 . Run ` ./dist/debian/update-repository path/to/debian ` .
50508 . Start an HTTP server in the ` debian ` directory. For example:
0 commit comments