File tree Expand file tree Collapse file tree 1 file changed +47
-0
lines changed Expand file tree Collapse file tree 1 file changed +47
-0
lines changed Original file line number Diff line number Diff line change
1
+ PERLの文書化
2
+
3
+ [ ![ Build Status] ( https://travis-ci.org/perl6/doc.svg?branch=master )] ( https://travis-ci.org/perl6/doc ) [ ![ artistic] ( https://img.shields.io/badge/license-Artistic%202.0-blue.svg?style=flat )] ( https://opensource.org/licenses/Artistic-2.0 )
4
+
5
+ [ ![ Run Status] ( https://api.shippable.com/projects/591e99923f2f790700098a30/badge?branch=master )] ( https://app.shippable.com/github/perl6/doc )
6
+
7
+ ここにHTMLの版がある [ https://docs.perl6.org/ ] ( https://docs.perl6.org/ ) 。このHTMLのを読むください。
8
+
9
+
10
+
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
+ -------
38
+
39
+ ## HTMLの文書化建てる
40
+
41
+ 従属インスコくださいで[ checkout] の ディレクトリ
42
+
43
+ $ zef --deps-only install .
44
+
45
+ [ ` rakudobrew ` ] ( https://github.com/tadzik/rakudobrew ) 使うと此れで エグゼキュートください 。
46
+
47
+ $ rakudobrew rehash
You can’t perform that action at this time.
0 commit comments