diff options
author | pommicket <pommicket@gmail.com> | 2025-03-05 21:56:52 -0500 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2025-03-05 21:56:52 -0500 |
commit | 309822238b9fb17e68b002c26157077de29ddb23 (patch) | |
tree | f597f924e900687cc8ad5a7f79ec6e26f31cf438 /development.md | |
parent | 6e3d98ef4a13858a13fb4d5c93025c5cc8a6b3d8 (diff) |
Minor updates to documentation
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. |