diff options
author | kaotisk <kaotisk@arching-kaos.org> | 2024-06-09 07:00:02 +0300 |
---|---|---|
committer | kaotisk <kaotisk@arching-kaos.org> | 2024-06-09 07:00:02 +0300 |
commit | e1e2ba9a33dee364bec44e7a7ee5c53b6480eedd (patch) | |
tree | 26219b12ae4b7b6f424b083d759f3ba9e6d55740 /README | |
parent | ba1173c9ec87b14a6ba6772d5ebfaafb81c7f888 (diff) | |
download | arching-kaos-tools-e1e2ba9a33dee364bec44e7a7ee5c53b6480eedd.tar.gz arching-kaos-tools-e1e2ba9a33dee364bec44e7a7ee5c53b6480eedd.tar.bz2 arching-kaos-tools-e1e2ba9a33dee364bec44e7a7ee5c53b6480eedd.zip |
README update
Diffstat (limited to 'README')
-rw-r--r-- | README | 10 |
1 files changed, 7 insertions, 3 deletions
@@ -108,11 +108,11 @@ It will NOT remove your IPFS repository, neither is going to clean it. Examples -------- -### Add a news article ( `ak-news add` ) +### Add a news article ( `ak -m news --add` ) You could use ZCHAIN with NEWS model. Or MIXTAPE model, or make your own. ``` bash -$ ak-news create +$ ak -m news --create ``` This would pop up a vim editor for you to write a news article or whatever is @@ -128,7 +128,7 @@ and pack a *ZBLOCK*. The ZBLOCK is then published over our IPNS zchain key. Other options... let's try help! ``` console -$ ak news -h +$ ak -m news -h ak-news - Module to read, create and add zblocks ================================================ -h, --help Prints this help message @@ -188,6 +188,10 @@ distributions: - fedora - opensuse +More over there are two scripts for testing with podman: +1. `./test_with_podman.sh` - build one or all images +2. `./full_test_with_podman.sh` - build one image and bash in it + TODO ---- |