We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f589df commit 9107bfbCopy full SHA for 9107bfb
README.md
@@ -224,7 +224,9 @@ You will need to create a few files:
224
* `BUCK` containing a build rule ([example](https://github.com/buckaroo-pm/hello/blob/master/BUCK#L1))
225
* `buckaroo.toml` containing `targets = [ "<some-build-rule>" ]` ([example](https://github.com/buckaroo-pm/hello/blob/master/buckaroo.toml))
226
227
-Push these to GitHub, then install as follows:
+Push these to GitHub.
228
+
229
+Now, you can install your package as follows:
230
231
```bash=
232
$ buckaroo add github.com/<org>/<project>@branch=master
0 commit comments