aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTong Sun <[email protected]>2023-05-03 13:39:17 -0400
committerTong Sun <[email protected]>2023-05-03 13:39:17 -0400
commit93410f1a4d416706c0336848ab85fa65b6782e70 (patch)
treef6209d93b29a7cfdbbfcd44c5e809c344b7386b4
parent- [#] update README (diff)
downloadhtml2md-93410f1a4d416706c0336848ab85fa65b6782e70.tar.xz
html2md-93410f1a4d416706c0336848ab85fa65b6782e70.zip
- [#] update README.end.e.md
-rw-r--r--README.end.e.md4
-rw-r--r--README.md4
2 files changed, 4 insertions, 4 deletions
diff --git a/README.end.e.md b/README.end.e.md
index 7d01a25..7d6ae22 100644
--- a/README.end.e.md
+++ b/README.end.e.md
@@ -51,10 +51,10 @@ curl -1sLf \
# That's it. You then can do your normal operations, like
-sudo apt-get update
+sudo apt update
apt-cache policy {{.Name}}
-sudo apt-get install -y {{.Name}}
+sudo apt install -y {{.Name}}
```
## Install Source
diff --git a/README.md b/README.md
index 1e53550..0c34d21 100644
--- a/README.md
+++ b/README.md
@@ -227,10 +227,10 @@ curl -1sLf \
# That's it. You then can do your normal operations, like
-sudo apt-get update
+sudo apt update
apt-cache policy html2md
-sudo apt-get install -y html2md
+sudo apt install -y html2md
```
## Install Source