Merge pull request #90 from AeroNotix/docs/build_instructions
Added a small note about building termite.
This commit is contained in:
commit
32cc68e0c1
|
@ -15,6 +15,12 @@ DEPENDENCIES
|
||||||
A vte version >= ``0.34``. A patch is required to expose the functions needed
|
A vte version >= ``0.34``. A patch is required to expose the functions needed
|
||||||
for keyboard selection.
|
for keyboard selection.
|
||||||
|
|
||||||
|
BUILDING
|
||||||
|
========
|
||||||
|
|
||||||
|
``git clone --recursive $TERMITE_REPO_URL``
|
||||||
|
``cd termite && make``
|
||||||
|
|
||||||
KEYBINDINGS
|
KEYBINDINGS
|
||||||
===========
|
===========
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue