diff options
author | Lars-Dominik Braun <lars@6xq.net> | 2020-04-25 20:39:51 +0200 |
---|---|---|
committer | Lars-Dominik Braun <lars@6xq.net> | 2020-04-25 20:39:51 +0200 |
commit | 6fcdcd76ef8d01eabe5aceed6ecf3b197ace9a9f (patch) | |
tree | cbc8b5f8d930775db4f5c482e5081a0694fa66fd | |
parent | c48cd90050ba8edc389a2081513ae276fcf431cc (diff) | |
download | lulua-6fcdcd76ef8d01eabe5aceed6ecf3b197ace9a9f.tar.gz lulua-6fcdcd76ef8d01eabe5aceed6ecf3b197ace9a9f.tar.bz2 lulua-6fcdcd76ef8d01eabe5aceed6ecf3b197ace9a9f.zip |
README: Fix wrong path after migration to _build
-rw-r--r-- | README.rst | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -59,7 +59,7 @@ instructions have worked in the past: .. code:: bash - ninja doc/_temp/winkbd/customization.h + ninja _build/_temp/winkbd/customization.h Share the folder `doc/_temp/winkbd` with a Windows system, install `Microsoft Keyboard Layout Creator 1.4`_ (MSKLC; the Windows Driver Kit (WDK) would work |