aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDimitri Staessens <dimitri@ouroboros.rocks>2021-06-27 12:41:49 +0200
committerDimitri Staessens <dimitri@ouroboros.rocks>2021-06-27 12:41:49 +0200
commit8a88ff24bed84411abd730e6fe98a601433ce8c7 (patch)
treea4551713ab6f0aa75a96c91a49a474a45d95cdf0
parentecfb71c6e28b548698c587a8997c19930c0e2f6d (diff)
downloadwebsite-8a88ff24bed84411abd730e6fe98a601433ce8c7.tar.gz
website-8a88ff24bed84411abd730e6fe98a601433ce8c7.zip
docs: Some clarifications in install
-rw-r--r--content/en/docs/Start/_index.md8
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