diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2023-01-24 11:15:44 +0100 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2023-01-24 11:16:35 +0100 |
commit | 3ddc0be13305f13ecc49f5d1d5e2632ad7b55ea5 (patch) | |
tree | 848a557546b61c0b96112c555217e64dbee0f732 | |
parent | Makefile: update recipe names (diff) | |
download | linux-status-3ddc0be13305f13ecc49f5d1d5e2632ad7b55ea5.tar.gz linux-status-3ddc0be13305f13ecc49f5d1d5e2632ad7b55ea5.zip |
README: update
-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 |