summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2023-01-13 09:34:09 -0500
committerpommicket <pommicket@gmail.com>2023-01-13 09:34:09 -0500
commitcdb1ddacee724a53dd7077465cfb766f1f136edf (patch)
treea40ae0bd16f8647210ffc5ba3f21561c603d9268
parent75dad99bb72d81a69e6bddee0279835683e6c27b (diff)
update README
-rw-r--r--README.md7
1 files changed, 0 insertions, 7 deletions
diff --git a/README.md b/README.md
index 56c85d5..d0dc380 100644
--- a/README.md
+++ b/README.md
@@ -7,13 +7,6 @@ A text editor.
To download installers for ted for Windows and Debian/Ubuntu, go to
the [releases](https://github.com/pommicket/ted/releases).
-To get autocomplete and go-to-definiton you will need [ctags](https://github.com/universal-ctags/ctags).
-You can install ctags on Debian/Ubuntu with:
-
-```bash
-sudo apt install universal-ctags
-```
-
## Why?
There are a lot of text editors out there. ted doesn't do anything new.