Add install step.

This commit is contained in:
Nicholas Marriott 2024-10-04 23:26:18 +01:00
parent e486f5ffdc
commit 0f30fa34e3

1
README
View File

@ -36,6 +36,7 @@ autoconf, automake and pkg-config:
$ cd tmux $ cd tmux
$ sh autogen.sh $ sh autogen.sh
$ ./configure && make $ ./configure && make
$ sudo make install
* Contributing * Contributing