diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2023-01-24 11:17:29 +0100 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2023-01-24 11:17:29 +0100 |
commit | bb0e8aa0d900d0b4d3da2a43102544d84e5962bf (patch) | |
tree | 186dca7efcf646fb332bb44882dd44ce28b03b47 /README.Arch | |
parent | Makefile: update recipe names (diff) | |
download | config-links-bb0e8aa0d900d0b4d3da2a43102544d84e5962bf.tar.gz config-links-bb0e8aa0d900d0b4d3da2a43102544d84e5962bf.zip |
README: update
Diffstat (limited to '')
-rw-r--r-- | README.Arch | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/README.Arch b/README.Arch index ad4e3a6..6984ec5 100644 --- a/README.Arch +++ b/README.Arch @@ -6,6 +6,8 @@ then `vagrant ssh`. There're a bunch of useful one-liners in Makefile. + * Edit PKGBUILD. + * Build the package (this also updates .SRCINFO): make @@ -17,3 +19,7 @@ There're a bunch of useful one-liners in Makefile. * Push to the AUR repository: make push + + * Push to upstream: + + git push |