@@ -13,15 +13,16 @@ directory|http://modules.perl6.org>. C<:)>
13
13
For now, the process requires that you use git for your module's version
14
14
control.
15
15
16
- The instructions herein require that you have a github account so that
17
- your module can be shared from its github repository.
16
+ The instructions herein require that you have a
17
+ L < GitHub|http://www.github.com > account so that your module can be shared
18
+ from its GitHub repository.
18
19
19
20
To share your module then, do the following:
20
21
21
22
= item Create a project directory named after your module. For
22
23
example, if your module is Vortex::TotalPerspective, then create a
23
24
project directory named C < Vortex-TotalPerspective > . This project
24
- directory name will also be used as the github repo name.
25
+ directory name will also be used as the GitHub repo name.
25
26
26
27
= begin item
27
28
Make your project directory look like this:
@@ -48,7 +49,7 @@ To share your module then, do the following:
48
49
= end item
49
50
50
51
= item The C < README.md > file is a markdown-formatted text file, which
51
- will later be automatically rendered as html by github .
52
+ will later be automatically rendered as HTML by GitHub .
52
53
53
54
= item Regarding the C < LICENSE > file, if you have no other preference,
54
55
you might just use the same one that Rakudo Perl 6 uses. Just
@@ -99,13 +100,13 @@ To share your module then, do the following:
99
100
= item Put your project under git version control if you haven't done so
100
101
already.
101
102
102
- = item Once you're happy with your project, create a repo for it at github .
103
- See L < github 's help docs|https://help.github.com/> if necessary. Your
104
- github repo should be named the same as your project directory. Immediately
105
- after creating the github repo, github shows you how to configure your
106
- local repo to know about your github repo.
103
+ = item Once you're happy with your project, create a repo for it at GitHub .
104
+ See L < GitHub 's help docs|https://help.github.com/> if necessary. Your
105
+ GitHub repo should be named the same as your project directory. Immediately
106
+ after creating the GitHub repo, GitHub shows you how to configure your
107
+ local repo to know about your GitHub repo.
107
108
108
- = item Push your project to github .
109
+ = item Push your project to GitHub .
109
110
110
111
= item Ping someone on IRC (#perl6 at freenode) to either show you how to
111
112
add your module to the L < ecosystem|https://github.com/perl6/ecosystem > , or
0 commit comments