diff options
-rw-r--r-- | README | 4 | ||||
-rw-r--r-- | README.org | 3 |
2 files changed, 7 insertions, 0 deletions
diff --git a/README b/README index d143358..b190176 100644 --- a/README +++ b/README @@ -51,6 +51,10 @@ Installation You can run Octans without `zef'. Just run `raku -Ilib bin/octans' from within the source directory. + • *Note*: Octans requires `WWW' module. You can however chose to not + install it if you wish to run it locally. Checkout the `without-www' + branch. + Release ─────── diff --git a/README.org b/README.org index 2ecd84b..1ed72f5 100644 --- a/README.org +++ b/README.org @@ -28,6 +28,9 @@ source. In any case, ~zef~ is required to install the distribution. You can run Octans without ~zef~. Just run ~raku -Ilib bin/octans~ from within the source directory. +- *Note*: Octans requires ~WWW~ module. You can however chose to not install + it if you wish to run it locally. Checkout the ~without-www~ branch. + ** Release 1. Run ~zef install octans~. |