diff options
Diffstat (limited to 'content/en/docs')
-rw-r--r-- | content/en/docs/Start/_index.md | 8 |
1 files 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 |