Update docs to reflect implicit namespaces

This commit is contained in:
Stephen McQuay 2018-03-03 14:48:11 -08:00
parent 2dbe1ca006
commit ada0fcbf0f
Signed by: sm
GPG Key ID: 4E4B72F479BA3CE5
1 changed files with 2 additions and 3 deletions

View File

@ -49,7 +49,6 @@ following files:
```yaml
name: foo
version: 2.3.29
namespace: /darwin/amd64
description: Foo is the world's simplest frobnicator
deps: [baz, bar@0.9.2]
```
@ -88,8 +87,8 @@ The example remote url:
encodes a remote that is served over `https` on the host `pm.mcquay.me` and
informs the client to pull packages from the `/darwin/amd64/testing` namespace,
specified by the Path. `pm pull` will collect available package information
from the remote for a given namespace and will populate its local database with
the contents of the response. `pm` can then list available packages, and
from configured remote and will populate its local database with the contents
of the response. `pm` can then list available packages, and the user can then
request that they be installed.
As a practical example a client can be configured to pull from two `remotes`