We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cc31e1 commit 376d695Copy full SHA for 376d695
README.rst
@@ -46,7 +46,13 @@ Build the Book
46
To build a web-viewable version, you first need to download the
47
source:
48
49
-.. literalinclude:: code/build.sh
+.. code:: shell
50
+
51
+ $ mkdir ~/systemsapproach
52
+ $ cd ~/systemsapproach
53
+ $ git clone https://github.com/SystemsApproach/ops.git
54
+ $ cd ops
55
56
57
The build process is stored in the Makefile and requires Python be
58
installed. The Makefile will create a virtualenv (``venv-docs``) which
0 commit comments