Skip to content

Commit 6fd66fc

Browse files
authored
Merge pull request #7 from snickerjp/renew
update README
2 parents 9df38fb + c0553ee commit 6fd66fc

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

README.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,22 @@ git clone https://github.com/snickerjp/progit2-ja-ebookbuild-docker.git
2020
cd progit2-ja-ebookbuild-docker
2121
```
2222

23+
### Clone progit2-ja git-repo
24+
25+
```
26+
git submodule init
27+
git submodule update
28+
OR
29+
git clone https://github.com/progit/progit2-ja.git
30+
```
31+
32+
### Copy file
33+
34+
```
35+
cp Rakefile progit2-ja/
36+
cp entrypoint.sh progit2-ja/
37+
```
38+
2339
### EBOOK Build
2440

2541
```
@@ -56,10 +72,11 @@ OR
5672
git clone https://github.com/progit/progit2-ja.git
5773
```
5874

59-
### Copy Rakefile
75+
### Copy file
6076

6177
```
6278
cp Rakefile progit2-ja/
79+
cp entrypoint.sh progit2-ja/
6380
```
6481

6582
### Pre Build

0 commit comments

Comments
 (0)