aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md2
-rwxr-xr-xpatch.sh2
2 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index 70ddbfb..9c5ff41 100644
--- a/README.md
+++ b/README.md
@@ -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.
diff --git a/patch.sh b/patch.sh
index f8cd2a2..5993486 100755
--- a/patch.sh
+++ b/patch.sh
@@ -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