about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAndinus <andinus@nand.sh>2021-03-04 18:25:57 +0530
committerAndinus <andinus@nand.sh>2021-03-04 18:25:57 +0530
commit9a2d8d4b09b8bbaf1c8d486cac97da050a5702eb (patch)
tree98abd8bd0d2d308f24eb7c1e385207a8ee0e4835
parentadba877bd60e26f14c8f54568e522e736dd4f11f (diff)
downloadoctans-9a2d8d4b09b8bbaf1c8d486cac97da050a5702eb.tar.gz
Add a note about without-www branch
-rw-r--r--README4
-rw-r--r--README.org3
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~.