Skip to content

Commit 13d22a6

Browse files
committed
Add update instructions
1 parent eab1115 commit 13d22a6

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

README.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,26 @@ The tool is written in the Rust programming language.
3939
4040
For installing `cargo`, see <https://rustup.rs/>.
4141
42+
## Updating newdoc
43+
44+
* To update `newdoc` that is installed from RPM, use the DNF package manager:
45+
46+
```
47+
# dnf upgrade newdoc
48+
```
49+
50+
* To update `newdoc` from Docker, use the `docker` or `podman` tool:
51+
52+
```
53+
$ docker pull mrksu/newdoc
54+
```
55+
56+
* To update `newdoc` from source, use the `cargo` package manager:
57+
58+
```
59+
$ cargo install newdoc
60+
```
61+
4262
4363
## Creating a new module
4464

0 commit comments

Comments
 (0)