Skip to content

Commit 376d695

Browse files
committed
include code to build book
1 parent 5cc31e1 commit 376d695

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.rst

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,13 @@ Build the Book
4646
To build a web-viewable version, you first need to download the
4747
source:
4848

49-
.. literalinclude:: code/build.sh
49+
.. code:: shell
50+
51+
$ mkdir ~/systemsapproach
52+
$ cd ~/systemsapproach
53+
$ git clone https://github.com/SystemsApproach/ops.git
54+
$ cd ops
55+
5056
5157
The build process is stored in the Makefile and requires Python be
5258
installed. The Makefile will create a virtualenv (``venv-docs``) which

0 commit comments

Comments
 (0)