diff options
| -rw-r--r-- | README.md | 2 | ||||
| -rwxr-xr-x | patch.sh | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -25,5 +25,5 @@ Create a patch from `src` by running `patch.sh`. $ ./patch.sh ``` -`leetmouse.patch' will be in the placed in the topmost directory. +`leetmouse.patch` will be in the placed in the topmost directory. @@ -10,3 +10,5 @@ cp ./src/hid-input.c ./linux/drivers/hid/hid-input.c cd ./linux git diff > ../fastmouse.patch +cd .. +./setup.sh # restore symlinks for development |
