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.
2 parents 9df38fb + c0553ee commit 6fd66fcCopy full SHA for 6fd66fc
README.md
@@ -20,6 +20,22 @@ git clone https://github.com/snickerjp/progit2-ja-ebookbuild-docker.git
20
cd progit2-ja-ebookbuild-docker
21
```
22
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
39
### EBOOK Build
40
41
@@ -56,10 +72,11 @@ OR
56
72
git clone https://github.com/progit/progit2-ja.git
57
73
58
74
59
-### Copy Rakefile
75
60
76
61
77
62
78
cp Rakefile progit2-ja/
79
63
80
64
81
65
82
### Pre Build
0 commit comments