From 8851af744d67812d5a47ce6e56e351e9b13ae9d9 Mon Sep 17 00:00:00 2001 From: Ceda EI Date: Wed, 6 Dec 2023 19:32:57 +0530 Subject: [PATCH] Replace wiki with readthedocs documentation --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 6517f0e..fdd888a 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,12 @@ curl https://gitlab.com/ceda_ei/wish/raw/master/install.sh | bash + `git clone https://gitlab.com/ceda_ei/wish.git` + `cp wish/config.default.gie wish/config.gie` + +# Documentation + +[Check the wiki for details about customization and +plugins.](https://wish.readthedocs.io/) + # Customization Customization of wish is done using a gINIe file (format specific to wish) @@ -105,7 +111,3 @@ name = hostname Which results in the following prompt ![](https://webionite.com/wish/images/prompt.png) - -# Wiki - -[Check the wiki for details about customization and plugins.](https://gitlab.com/ceda_ei/wish/wikis/home)