-
Notifications
You must be signed in to change notification settings - Fork 70
docs: Add link to install guides in README #538
docs: Add link to install guides in README #538
Conversation
Note the link to the docs directory. We could create a nicely-formatted list of installation guides in the README, but that's more maintenance. We could also have the README link to the wiki, but since the wiki links back to the repo, that seems a bit odd circuitous ;) |
Popular Images qa-passed 👍 |
Hi @iphutch - please can you review? |
README.md
Outdated
@@ -33,6 +33,10 @@ The runtime has a built-in command to determine if your host system is capable o | |||
$ cc-runtime cc-check | |||
``` | |||
|
|||
## Quick start for users | |||
|
|||
See the installation guides available for various operating systems [here](docs/). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
So that we can avoid "here", lets move the link to "installation guides" as has been done in the two sections following this one:
See the installation guides available for various operating systems.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed.
200faf7
to
71c4a11
Compare
Popular Images qa-passed 👍 |
71c4a11
to
35acce1
Compare
@iphutch and approvers - please can you review? |
Popular Images qa-passed 👍 |
35acce1
to
840ebb7
Compare
Popular Images qa-passed 👍 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
840ebb7
to
5267182
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
Although the wiki includes links to the installation guides, so should the README. Fixes clearcontainers#537. Signed-off-by: James O. D. Hunt <[email protected]>
5267182
to
b0e8112
Compare
So that shared memory guests can still generate different random numbers. Fixes: clearcontainers#538 Signed-off-by: Peng Tao <[email protected]>
Although the wiki includes links to the installation guides,
so should the README.
Fixes #537.
Signed-off-by: James O. D. Hunt [email protected]