aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authordacctal <120422854+dacctal@users.noreply.github.com>2026-01-21 23:56:39 -0500
committerdacctal <120422854+dacctal@users.noreply.github.com>2026-01-21 23:56:39 -0500
commit8926f839720471cc86fd4f7c6371d63b8f71b91d (patch)
treec14523954085f7b6c428a488f81bfb645dcd2c83 /README.md
parent8fc3b1f6cd1062e15c0aed60a110fb91143cd801 (diff)
initial commit
Diffstat (limited to 'README.md')
-rw-r--r--README.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..68894c3
--- /dev/null
+++ b/README.md
@@ -0,0 +1,13 @@
+# Compile pkgit
+Enter the project directory, and follow one of the following procedures.
+## Using Muon
+```
+muon setup build
+muon build build
+```
+## Using Meson
+```
+meson setup build
+ninja -C build
+```
+Both methods will put the executable for pkgit into the `build` directory.