summarylogtreecommitdiffstats
path: root/BUILDING
blob: bd1d133f2e7da0fe77852160e1710d09abc86620 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
To build the package, execute the following commands:

$ cd /path/to/vscodium.git
$ makepkg

Wait for the build to complete, then install the package:

$ paru -U vscodium-git-${version}-${arch}.pkg.tar.zst

If the package installed correctly, and VSCodium runs correctly, update the AUR with the new code:

$ makepkg --printsrcinfo > .SRCINFO
$ git commit -am "Updated to ${version}."
$ git push