Skip to content

Commit 1ab390e

Browse files
committed
add env variables
1 parent 2dc60a4 commit 1ab390e

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,18 @@ cd myproj
77

88
### Get the [release](https://github.com/hellstein/devops-gitbook/releases)
99
```
10-
wget https://github.com/hellstein/devops-gitbook/releases/download/0.0.1/gitbook-0.0.1.zip
10+
wget https://github.com/hellstein/devops-gitbook/releases/download/0.0.2/gitbook-0.0.2.zip
1111
```
1212

1313
### Unzip
1414
```
15-
unzip gitbook-0.0.1.zip
15+
unzip gitbook-0.0.2.zip
1616
```
1717
You will see the `gitbook` folder.
18+
19+
### Replacement
20+
```
21+
cd gitbook
22+
make config
23+
make init
24+
```

gitbook/.env

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
OWNER=
2+
REPO=

0 commit comments

Comments
 (0)