Update docs to reflect implicit namespaces
This commit is contained in:
parent
2dbe1ca006
commit
ada0fcbf0f
@ -49,7 +49,6 @@ following files:
|
|||||||
```yaml
|
```yaml
|
||||||
name: foo
|
name: foo
|
||||||
version: 2.3.29
|
version: 2.3.29
|
||||||
namespace: /darwin/amd64
|
|
||||||
description: Foo is the world's simplest frobnicator
|
description: Foo is the world's simplest frobnicator
|
||||||
deps: [baz, bar@0.9.2]
|
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
|
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,
|
informs the client to pull packages from the `/darwin/amd64/testing` namespace,
|
||||||
specified by the Path. `pm pull` will collect available package information
|
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
|
from configured remote and will populate its local database with the contents
|
||||||
the contents of the response. `pm` can then list available packages, and
|
of the response. `pm` can then list available packages, and the user can then
|
||||||
request that they be installed.
|
request that they be installed.
|
||||||
|
|
||||||
As a practical example a client can be configured to pull from two `remotes`
|
As a practical example a client can be configured to pull from two `remotes`
|
||||||
|
Loading…
Reference in New Issue
Block a user