From 2ce5c611a9844d41d3b159cc277243d4a4230c08 Mon Sep 17 00:00:00 2001 From: Bryan Biedenkapp Date: Wed, 16 Apr 2025 12:11:45 -0400 Subject: [PATCH] update README.md; --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ab01776d..926b56c7 100644 --- a/README.md +++ b/README.md @@ -72,7 +72,7 @@ sudo apt-get install libasio-dev:arm64 libncurses-dev:arm64 libssl-dev:arm64 dvmhost/build # make strip dvmhost/build # make tarball ``` - 2. After `make tarball` completes file named `dvmhost_R04Gxx_.tar.gz` should be created. Run the following, command to install. + 2. After `make tarball` completes file named `dvmhost_R04Gxx_.tar.gz` should be created. Run the following command to install: ``` dvmhost/build # sudo tar xvzf dvmhost_R04Gxx_.tar.gz -C /opt ```