mirror of
https://github.com/tmate-io/tmate.git
synced 2024-12-26 08:38:51 +01:00
Fix clone URL.
This commit is contained in:
parent
3ed03df23f
commit
dbc5d7b331
7
README
7
README
@ -17,14 +17,13 @@ To build tmux from a release tarball, do:
|
|||||||
|
|
||||||
To get and build the latest from version control:
|
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
|
$ cd tmux
|
||||||
$ sh autogen.sh
|
$ sh autogen.sh
|
||||||
$ ./configure && make
|
$ ./configure && make
|
||||||
|
|
||||||
For more information see https://sourceforge.net/scm/?type=git&group_id=200378
|
For more information see http://git-scm.com. Patches should be sent by email to
|
||||||
and http://git-scm.com. Patches should be sent by email to the mailing list at
|
the mailing list at tmux-users@googlegroups.com.
|
||||||
tmux-users@googlegroups.com.
|
|
||||||
|
|
||||||
For documentation on using tmux, see the tmux.1 manpage. It can be viewed from
|
For documentation on using tmux, see the tmux.1 manpage. It can be viewed from
|
||||||
the source tree with:
|
the source tree with:
|
||||||
|
Loading…
Reference in New Issue
Block a user