diff options
author | Dimitri Staessens <dimitri@ouroboros.rocks> | 2021-06-27 12:41:49 +0200 |
---|---|---|
committer | Dimitri Staessens <dimitri@ouroboros.rocks> | 2021-06-27 12:41:49 +0200 |
commit | 8a88ff24bed84411abd730e6fe98a601433ce8c7 (patch) | |
tree | a4551713ab6f0aa75a96c91a49a474a45d95cdf0 /content | |
parent | ecfb71c6e28b548698c587a8997c19930c0e2f6d (diff) | |
download | website-8a88ff24bed84411abd730e6fe98a601433ce8c7.tar.gz website-8a88ff24bed84411abd730e6fe98a601433ce8c7.zip |
docs: Some clarifications in install
Diffstat (limited to 'content')
-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 |