summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2015-06-04 01:27:47 +0100
committerNicholas Marriott <nicholas.marriott@gmail.com>2015-06-04 01:27:47 +0100
commitdbc5d7b331027c3f44d1fe41ce0480cfd6cd1d72 (patch)
tree68b16cf46a8fe35a4a5ea598135f2aa03084d802 /README
parent3ed03df23f7d99f53f953784a0738ff16242cff4 (diff)
Fix clone URL.
Diffstat (limited to 'README')
-rw-r--r--README7
1 files changed, 3 insertions, 4 deletions
diff --git a/README b/README
index a5898a65..7859ed71 100644
--- a/README
+++ b/README
@@ -17,14 +17,13 @@ To build tmux from a release tarball, do:
To get and build the latest from version control:
- $ git clone git://git.code.sf.net/p/tmux/tmux-code tmux
+ $ git clone https://github.com/tmux/tmux.git
$ cd tmux
$ sh autogen.sh
$ ./configure && make
-For more information see https://sourceforge.net/scm/?type=git&group_id=200378
-and http://git-scm.com. Patches should be sent by email to the mailing list at
-tmux-users@googlegroups.com.
+For more information see http://git-scm.com. Patches should be sent by email to
+the mailing list at tmux-users@googlegroups.com.
For documentation on using tmux, see the tmux.1 manpage. It can be viewed from
the source tree with: