File tree Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,13 @@ On a few words, you have to submit a pull request with your package information
11
11
12
12
Here's a step-by-step guide:
13
13
14
- ## 1. Clone the website repository
14
+ ## 1. Fork the website repository
15
+
16
+ Click: [ Fork bpkg on github] ( https://github.com/bpkg/bpkg.github.io/fork )
17
+
18
+ If you don't have a github account yet, you will need to create one.
19
+
20
+ ## 2. Clone the website repository
15
21
16
22
The following commands will download our website under a directory called ` bpkg.github.io ` and then navigate to it.
17
23
@@ -26,7 +32,7 @@ Then, **make sure to create a branch for your package**. The following command d
26
32
$ git checkout -b your-package-name
27
33
{% endhighlight %}
28
34
29
- ## 2 . Add your project to it
35
+ ## 3 . Add your project to it
30
36
31
37
The command below will create a file on which you must enter your project's metadata. When you execute it, it will say which file you must edit.
32
38
@@ -80,7 +86,7 @@ A _sample package information_ file would be like this:
80
86
* [Source Code (GitHub)][https://github.com/your/repository]
81
87
* [Author: Satan](http://your.homepage.com)
82
88
83
- ## 3 . Submit it to us
89
+ ## 4 . Submit it to us
84
90
85
91
Finally, make a pull request with your changes to our repository.
86
92
You can’t perform that action at this time.
0 commit comments