From 8926f839720471cc86fd4f7c6371d63b8f71b91d Mon Sep 17 00:00:00 2001 From: dacctal <120422854+dacctal@users.noreply.github.com> Date: Wed, 21 Jan 2026 23:56:39 -0500 Subject: initial commit --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 README.md (limited to 'README.md') 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. -- cgit v1.2.3