aboutsummarylogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/README.md b/README.md
index baf8a7c6c5b9..54b659e511cf 100644
--- a/README.md
+++ b/README.md
@@ -8,3 +8,17 @@ Make sure to set your `LD_LIBRARY_PATH` before running `k4aviewer`.
```console
$ export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:/usr/local/lib64"
```
+
+---
+
+More of a note for myself, but make sure to regenerate `.SRCINFO` after
+new releases before pushing to the AUR.
+```console
+$ makepkg --printsrcinfo > .SRCINFO
+```
+
+Also, the AUR Git remote-url is:
+
+```
+ssh://aur@aur.archlinux.org/azure-kinect-sensor-sdk-git.git
+```