Skip to content

Commit 9107bfb

Browse files
authored
Update README.md
1 parent 3f589df commit 9107bfb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,9 @@ You will need to create a few files:
224224
* `BUCK` containing a build rule ([example](https://github.com/buckaroo-pm/hello/blob/master/BUCK#L1))
225225
* `buckaroo.toml` containing `targets = [ "<some-build-rule>" ]` ([example](https://github.com/buckaroo-pm/hello/blob/master/buckaroo.toml))
226226

227-
Push these to GitHub, then install as follows:
227+
Push these to GitHub.
228+
229+
Now, you can install your package as follows:
228230

229231
```bash=
230232
$ buckaroo add github.com/<org>/<project>@branch=master

0 commit comments

Comments
 (0)