mirror of
https://github.com/containers/podman.git
synced 2026-03-13 08:01:19 +08:00
Switch all references to github.com/containers/libpod -> podman
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
This commit is contained in:
@@ -15,7 +15,7 @@ that we follow.
|
||||
## Reporting Issues
|
||||
|
||||
Before reporting an issue, check our backlog of
|
||||
[open issues](https://github.com/containers/libpod/issues)
|
||||
[open issues](https://github.com/containers/podman/issues)
|
||||
to see if someone else has already reported it. If so, feel free to add
|
||||
your scenario, or additional information, to the discussion. Or simply
|
||||
"subscribe" to it to be notified when it is updated.
|
||||
@@ -52,8 +52,8 @@ Create a path that corresponds to the go import paths of libpod: `mkdir -p $GOPA
|
||||
|
||||
Then clone your fork locally:
|
||||
```shell
|
||||
$ git clone git@github.com:<you>/libpod $GOPATH/src/github.com/containers/libpod
|
||||
$ cd $GOPATH/src/github.com/containers/libpod
|
||||
$ git clone git@github.com:<you>/libpod $GOPATH/src/github.com/containers/podman
|
||||
$ cd $GOPATH/src/github.com/containers/podman
|
||||
```
|
||||
|
||||
### Deal with make
|
||||
@@ -377,9 +377,9 @@ For general questions and discussion, please use the
|
||||
IRC `#podman` channel on `irc.freenode.net`.
|
||||
|
||||
For discussions around issues/bugs and features, you can use the GitHub
|
||||
[issues](https://github.com/containers/libpod/issues)
|
||||
[issues](https://github.com/containers/podman/issues)
|
||||
and
|
||||
[PRs](https://github.com/containers/libpod/pulls)
|
||||
[PRs](https://github.com/containers/podman/pulls)
|
||||
tracking system.
|
||||
|
||||
There is also a [mailing list](https://lists.podman.io/archives/) at `lists.podman.io`.
|
||||
|
||||
Reference in New Issue
Block a user