From 8a88ff24bed84411abd730e6fe98a601433ce8c7 Mon Sep 17 00:00:00 2001 From: Dimitri Staessens Date: Sun, 27 Jun 2021 12:41:49 +0200 Subject: docs: Some clarifications in install --- content/en/docs/Start/_index.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/content/en/docs/Start/_index.md b/content/en/docs/Start/_index.md index 43d8e28..735511b 100644 --- a/content/en/docs/Start/_index.md +++ b/content/en/docs/Start/_index.md @@ -1,6 +1,6 @@ --- title: "Getting Started" -linkTitle: "Getting Started" +linkTitle: "Getting Started/Installation" weight: 20 description: > How to get up and running with the Ouroboros prototype. @@ -97,7 +97,9 @@ $ brew install libgcrypt openssl ### Install Ouroboros -We recommend creating a build directory: +When installing from source, go to the cloned git repository or +extract the tarball and enter the main directory. We recommend +creating a build directory inside this directory: ```bash $ mkdir build && cd build @@ -134,7 +136,7 @@ configure Ouroboros: $ ccmake . ``` -A list of all options can be found [here](/docs/reference/compopt). +A list of all build options can be found [here](/docs/reference/compopt). ### Remove Ouroboros -- cgit v1.2.3