Skip to content

Commit

Permalink
Add info for more than 1 pkg
Browse files Browse the repository at this point in the history
  • Loading branch information
trent-pr1ntf committed Mar 18, 2017
1 parent b8b0455 commit c0fcc04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -146,7 +146,7 @@ option Package security/sudo
option Resolv
```
In the example above, change `$pkg-repo` to the full URL of your package repository. Be sure to include the category for the package. Ex: `security/sudo` vs. `sudo`. In order for `pkg` to communicate with a remote package repo, you either need a custom `resolv.conf` in your board overlay, or use `option Resolv` in your config.
In the example above, change `$pkg-repo` to the full URL of your package repository. Be sure to include the category for the package. Ex: `security/sudo` vs. `sudo`. You can also specify more than one package at a time. Ex: `option Package security/sudo sysutils/tmux`. In order for `pkg` to communicate with a remote package repo, you either need a custom `resolv.conf` in your board overlay, or use `option Resolv` in your config.

## Potential Projects

Expand Down

0 comments on commit c0fcc04

Please sign in to comment.