File tree Expand file tree Collapse file tree 1 file changed +28
-2
lines changed Expand file tree Collapse file tree 1 file changed +28
-2
lines changed Original file line number Diff line number Diff line change @@ -4,8 +4,34 @@ PERLの文書化
4
4
5
5
[ ![ Run Status] ( https://api.shippable.com/projects/591e99923f2f790700098a30/badge?branch=master )] ( https://app.shippable.com/github/perl6/doc )
6
6
7
- ここにHTMLの版がある [ https://docs.perl6.org/ ] ( https://docs.perl6.org/ ) . このHTMLのを読むください.
7
+ ここにHTMLの版がある [ https://docs.perl6.org/ ] ( https://docs.perl6.org/ ) 。 このHTMLのを読むください。
8
8
9
9
10
10
11
- あまりにも[ "p6doc"] と呼ばれるコマンド行があります.
11
+ あまりにも[ "p6doc"] と呼ばれるコマンド行があります。
12
+
13
+ あなたは参照でGITHUBと展示 宜しくじゃないです。[ Perl 6 Pod] ですしかしGITHUB[ PERL 5 POD] で決め込む。
14
+
15
+ ## 外国語のREADME
16
+
17
+ * [ README in Chinese] ( README.zh.md )
18
+ * [ README in Italian] ( README.it.md )
19
+ * [ README in Japanese] ( README.jp.md )
20
+
21
+ #[ p6doc] の安置
22
+
23
+ ` PATH ` の` perl6 ` で[ Rakudo] タイプしてください。
24
+
25
+ $ ./bin/p6doc Str
26
+
27
+ ` Str ` クラスの文書化読んでください。
28
+
29
+ $ ./bin/p6doc Str.split
30
+
31
+ ` split ` 形式の` Str``./bin ` 抜きタイプしてくださいとあなたは` zef ` でインスコ 。も行うください
32
+
33
+ $ p6doc -f slurp
34
+
35
+ それは時間がかかることがあります 。
36
+
37
+ -------
You can’t perform that action at this time.
0 commit comments