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 2dc60a4 commit 1ab390eCopy full SHA for 1ab390e
README.md
@@ -7,11 +7,18 @@ cd myproj
7
8
### Get the [release](https://github.com/hellstein/devops-gitbook/releases)
9
```
10
-wget https://github.com/hellstein/devops-gitbook/releases/download/0.0.1/gitbook-0.0.1.zip
+wget https://github.com/hellstein/devops-gitbook/releases/download/0.0.2/gitbook-0.0.2.zip
11
12
13
### Unzip
14
15
-unzip gitbook-0.0.1.zip
+unzip gitbook-0.0.2.zip
16
17
You will see the `gitbook` folder.
18
+
19
+### Replacement
20
+```
21
+cd gitbook
22
+make config
23
+make init
24
gitbook/.env
@@ -0,0 +1,2 @@
1
+OWNER=
2
+REPO=
0 commit comments