diff options
author | devcurmudgeon <paul.sherwood@codethink.co.uk> | 2018-07-17 15:07:05 +0000 |
---|---|---|
committer | Javier Jardón <jjardon@gnome.org> | 2018-07-17 15:07:05 +0000 |
commit | e4f8fb07446aab6e54f6fae7a7672fe4d912c403 (patch) | |
tree | aad9a08c5128a5132f299d530892c16bacf529ec | |
parent | 70a83ef819050f0bbee9b98ea8e37d95ec9d54ad (diff) | |
download | buildstream-e4f8fb07446aab6e54f6fae7a7672fe4d912c403.tar.gz |
Fix 'main install' to be explicit that it is for Linux distros only
-rw-r--r-- | doc/source/install_linux_distro.rst (renamed from doc/source/install_main.rst) | 5 | ||||
-rw-r--r-- | doc/source/main_install.rst | 3 |
2 files changed, 3 insertions, 5 deletions
diff --git a/doc/source/install_main.rst b/doc/source/install_linux_distro.rst index abe85eed4..df2a1c82e 100644 --- a/doc/source/install_main.rst +++ b/doc/source/install_linux_distro.rst @@ -1,9 +1,8 @@ - .. _install: -Installing BuildStream -====================== +Installing BuildStream on a Linux distro +======================================== BuildStream requires the following base system requirements: * python3 >= 3.4 diff --git a/doc/source/main_install.rst b/doc/source/main_install.rst index c65e7ca96..ebd55a31e 100644 --- a/doc/source/main_install.rst +++ b/doc/source/main_install.rst @@ -1,4 +1,3 @@ - Install ======= This section covers how to install BuildStream onto your machine, how to run BuildStream inside a docker image and also how to configure an artifact server. @@ -7,6 +6,6 @@ This section covers how to install BuildStream onto your machine, how to run Bui .. toctree:: :maxdepth: 2 - install_main + install_linux_distro install_docker install_artifacts |