Fix README build instructions

This commit is contained in:
Francisco Lopes 2017-11-24 13:33:03 -02:00
parent 40137670a4
commit 6fa3ad14b3

View File

@ -26,8 +26,8 @@ ESC when pressed alone is quite handy, specially in vi.
## Building ## Building
``` ```
$ git clone git@gitlab.com:interception/linux/tools.git $ git clone git@gitlab.com:interception/linux/plugins/caps2esc.git
$ cd tools $ cd caps2esc
$ mkdir build $ mkdir build
$ cd build $ cd build
$ cmake .. $ cmake ..