summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/source/createproject.rst5
-rw-r--r--doc/source/index.rst1
2 files changed, 6 insertions, 0 deletions
diff --git a/doc/source/createproject.rst b/doc/source/createproject.rst
index f6d34472d..7d5599349 100644
--- a/doc/source/createproject.rst
+++ b/doc/source/createproject.rst
@@ -1,3 +1,5 @@
+.. _createproject:
+
Creating a basic project
====
@@ -27,6 +29,9 @@ install wget or some other download tool
----
+For this example we will be using cmake-test,
+as it is a relatively small and simple project to build
+
Download https://gitlab.com/BuildStream/buildstream/raw/master/integration-tests/cmake-test/src/step7.tar.gz
This should provide you with step7.tar.gz
diff --git a/doc/source/index.rst b/doc/source/index.rst
index e18a40f72..be355bd41 100644
--- a/doc/source/index.rst
+++ b/doc/source/index.rst
@@ -24,6 +24,7 @@ Installing
* :ref:`installing`
* :ref:`docker`
* :ref:`artifacts`
+* :ref:`createproject`
* :ref:`buildproject`
Running