summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Kreutz <mail@skreutz.com>2022-05-20 23:01:39 +0200
committerStefan Kreutz <mail@skreutz.com>2022-05-20 23:01:39 +0200
commit9fcc52e1fdec8ea23d921d79300fa8b392c6dbb8 (patch)
treed6a14f7aed8f698baf7542878d167c42cdf5541f
parent00d6afd034df3da422f0299075843a530f4c121d (diff)
downloadssh-tmux-9fcc52e1fdec8ea23d921d79300fa8b392c6dbb8.tar
Remove git tag instructions
-rw-r--r--README.md10
1 files changed, 0 insertions, 10 deletions
diff --git a/README.md b/README.md
index a9c9f21..2d445b6 100644
--- a/README.md
+++ b/README.md
@@ -10,13 +10,3 @@ blog post for an introduction, and refer to the man page for details.
## Install
Run `make install` as root to install the `ssh-tmux` utility and man page.
-
-## Release
-
-Create an annotated tag, and an archive as follows, replacing `0.1.0` with the
-current version.
-
- $ git tag --annotate --message "Version 0.1.0" 0.1.0
- $ git archive --format=tar.gz --prefix=ssh-tmux-0.1.0/ \
- --output ssh-tmux-0.1.0.tar.gz 0.1.0
-
Generated by cgit. See skreutz.com for my tech blog and contact information.