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

$ git clone https://aur.archlinux.org/vscodium-insiders.git
$ cd vscodium-insiders
$ makepkg -sr

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

$ pacman -U vscodium-insiders-*.pkg.tar.zst

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

$ makepkg --printsrcinfo > .SRCINFO
$ git add PKGBUILD .SRCINFO
$ git commit -am "Updated to $( cat .SRCINFO | sed -n -E "s/.*pkgver = (.*)/\1/p" )"
$ git push