diff options
Diffstat (limited to 'development.md')
-rw-r--r-- | development.md | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/development.md b/development.md index a00b886..6d55829 100644 --- a/development.md +++ b/development.md @@ -140,10 +140,9 @@ Then implement the `syntax_highlight_<language>` function similar to the other o When releasing a new version of `ted`: - Update `TED_VERSION` in `ted.h`. -- Update `Version` in `control` for the `.deb` file. - Run `make ted.deb` on Debian/Ubuntu. - Run `./update-windows-installer.py`. - Run `make.bat release` on Windows. - Update version history in `README.md`. - Create a new release on GitHub with `ted.deb` and `ted.msi`. -- Add `.deb` to repository. +- Add `.deb` to Debian repository. |