From 5c4ebc903aadb3b8d8ab2a51fd6fd76b0cead42c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Uwe=20K=C3=B6cher?= Date: Wed, 28 Jan 2015 23:45:10 +0100 Subject: [PATCH] Update README.md --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.md b/README.md index 108c15a..87ec71f 100644 --- a/README.md +++ b/README.md @@ -49,6 +49,7 @@ Adapting candi to your needs You can adapt several things to your personal needs, this includes the individual choice for * the DOWNLOAD folder (can be safely removed after installation), +* the UNPACK folder of the downloaded packages (can be safely removed after installation), * the BUILD folder (can be safely removed after installation), * the INSTALLATION destination folder, and more options. @@ -57,3 +58,18 @@ Edit the file behind the softlink "candi.cfg", e.g. ```bash $> gedit candi.cfg ``` + +Switching candi to other Projects (e.g. FEniCS) +---- + +You can switch the current project to handle to your needs. +For doing this, firstly find out which projects are currently bundled with candi by +```bash + $> ls project-*.cfg +``` +This gives you a list of the currently configured projects. + +If you want to switch to a currently configured project, e.g. to project-FEniCS.cfg, type +```bash + $> ./switch-project-to FEniCS +``` -- 2.39.5