Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make the README more copy-pastable #168

Open
grant opened this issue Feb 5, 2021 · 1 comment
Open

Make the README more copy-pastable #168

grant opened this issue Feb 5, 2021 · 1 comment
Labels
documentation Improvements or additions to documentation kind/enhancement New feature or request

Comments

@grant
Copy link
Contributor

grant commented Feb 5, 2021

The README has many sections where I can't copy and paste the commands:

$ cd examples/hello
$ docker build -t app .
...

$ docker run -it -p 8080:8080 --name demo --rm app
Listening on :8080

It would be nice if the README allowed me to copy and paste the commands, like this:

cd examples/hello
docker build -t app .
# ...

docker run -it -p 8080:8080 --name demo --rm app
# Listening on :8080
@kevmoo
Copy link
Collaborator

kevmoo commented Feb 13, 2021

PRs welcome 😄

@kevmoo kevmoo added kind/enhancement New feature or request documentation Improvements or additions to documentation labels Feb 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation kind/enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants