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

Update README.md #20

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Update README.md #20

wants to merge 1 commit into from

Conversation

dotalchemy
Copy link

The actual smallest change ever made on github? Added a hash to the uninstall line where you have parenthesis so the copy block on github works without error when pasting into terminal

# podman stop ntopng
cae2433e97608461e831b815dcac877bbd776a57efd42668b46b8d86b497309a
# podman rm ntopng
cae2433e97608461e831b815dcac877bbd776a57efd42668b46b8d86b497309a
# podman rmi docker.io/tusc/ntopng-udm  (or "docker rmi ntopng-image" if you installed the first release)
-sh: syntax error: unexpected "("

becomes

# podman stop ntopng
ee056c1058234b226949687d884b2bae5a1913bd6d996330ce0cfd2fab4ddcfa
# podman rm ntopng
ee056c1058234b226949687d884b2bae5a1913bd6d996330ce0cfd2fab4ddcfa
# podman rmi docker.io/tusc/ntopng-udm  #(or "docker rmi ntopng-image" if you installed the first release)
Untagged: docker.io/tusc/ntopng-udm:latest
Deleted: da456e3aff0b2d6ba8094228dd712857d0ae0dca03b660bf87a7482d7e857906

The actual smallest change ever made on github? Added a hash to the uninstall line where you have parenthesis so the copy block on github works without error when pasting into terminal

```
# podman stop ntopng
cae2433e97608461e831b815dcac877bbd776a57efd42668b46b8d86b497309a
# podman rm ntopng
cae2433e97608461e831b815dcac877bbd776a57efd42668b46b8d86b497309a
# podman rmi docker.io/tusc/ntopng-udm  (or "docker rmi ntopng-image" if you installed the first release)
-sh: syntax error: unexpected "("
```

becomes

```
# podman stop ntopng
ee056c1058234b226949687d884b2bae5a1913bd6d996330ce0cfd2fab4ddcfa
# podman rm ntopng
ee056c1058234b226949687d884b2bae5a1913bd6d996330ce0cfd2fab4ddcfa
# podman rmi docker.io/tusc/ntopng-udm  #(or "docker rmi ntopng-image" if you installed the first release)
Untagged: docker.io/tusc/ntopng-udm:latest
Deleted: da456e3aff0b2d6ba8094228dd712857d0ae0dca03b660bf87a7482d7e857906
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant