Skip to content

Commit b8edc7f

Browse files
authored
Merge pull request #1988 from terceranexus6/master
I am going to accept this translation for the time being, so that anyone else can continue, or @terceranexus6 later on.
2 parents 00fafac + c040d85 commit b8edc7f

File tree

1 file changed

+47
-0
lines changed

1 file changed

+47
-0
lines changed

README.jp.md

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
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

0 commit comments

Comments
 (0)