Skip to content

Commit ec1152f

Browse files
committed
add readme for usage
1 parent 90c58a2 commit ec1152f

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Usage
2+
3+
### Go to your project
4+
```
5+
cd myproj
6+
```
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
11+
```
12+
13+
### Unzip
14+
```
15+
unzip gitbook-0.0.1.zip
16+
```
17+
You will see the `gitbook` folder.

0 commit comments

Comments
 (0)