aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorkaotisk <kaotisk@arching-kaos.org>2024-06-09 07:00:02 +0300
committerkaotisk <kaotisk@arching-kaos.org>2024-06-09 07:00:02 +0300
commite1e2ba9a33dee364bec44e7a7ee5c53b6480eedd (patch)
tree26219b12ae4b7b6f424b083d759f3ba9e6d55740 /README
parentba1173c9ec87b14a6ba6772d5ebfaafb81c7f888 (diff)
downloadarching-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--README10
1 files changed, 7 insertions, 3 deletions
diff --git a/README b/README
index 1030ea7..574d2e7 100644
--- a/README
+++ b/README
@@ -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
----