aboutsummarylogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 6 insertions, 1 deletions
diff --git a/README.md b/README.md
index ce46e701027a..4a1afe912cb8 100644
--- a/README.md
+++ b/README.md
@@ -1,17 +1,22 @@
-
+# synology-note-station
## Build
```bash
# Test PKGBUILD
namcap PKGBUILD
+
# Build
makepkg
+
# Test artifact
namcap <package file name>.pkg.tar.xz
+
# Install
pacman -U <package file name>.pkg.tar.xz
+
# Generate SRCINFO
makepkg --printsrcinfo > .SRCINFO
+
# Commit & Publish
```