diff options
author | Kali Kaneko (leap communications) <kali@leap.se> | 2019-08-07 22:49:24 +0200 |
---|---|---|
committer | Kali Kaneko (leap communications) <kali@leap.se> | 2019-08-07 23:03:45 +0200 |
commit | dbe330b8796ca9f403b5d5fe2133726ba504a803 (patch) | |
tree | a7b0ff095ebf574239719b316af0b204fad0b312 /branding/README.rst | |
parent | cefd0857d1f6d798fedd2e6495a026d0b1de936b (diff) |
[pkg] missing snap boilerplate
Diffstat (limited to 'branding/README.rst')
-rw-r--r-- | branding/README.rst | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/branding/README.rst b/branding/README.rst index 86423cc..d7bc385 100644 --- a/branding/README.rst +++ b/branding/README.rst @@ -41,11 +41,11 @@ Then you need to build the package:: Then you can build all the packages:: - make pkg + make packages Alternatively, you can build only for an specific os:: - make pkg_win - make pkg_osx - make pkg_snap - make pkg_deb + make package_win + make package_osx + make package_snap + make package_deb |