summarylogtreecommitdiffstats
path: root/BUILDING
diff options
context:
space:
mode:
Diffstat (limited to 'BUILDING')
-rw-r--r--BUILDING16
1 files changed, 16 insertions, 0 deletions
diff --git a/BUILDING b/BUILDING
new file mode 100644
index 000000000000..ee6f0f2cead2
--- /dev/null
+++ b/BUILDING
@@ -0,0 +1,16 @@
+To build the package, execute the following commands:
+
+$ https://aur.archlinux.org/mrcode-bin.git
+$ cd mrcode-bin
+$ makepkg
+
+Wait for the build to complete, then install the package:
+
+$ pacman -U mrcode-bin-${version}-${arch}.pkg.tar.zst
+
+If the package installed correctly, and MrCode runs correctly, update the AUR with the new code:
+
+$ makepkg --printsrcinfo > .SRCINFO
+$ git add PKGBUILD .SRCINFO
+$ git commit -am "Update mrcode-bin to ${version}."
+$ git push