From d7390c31a4f80a994da808ab0f03cd234005fb49 Mon Sep 17 00:00:00 2001 From: Pragmatic Software Date: Mon, 14 Feb 2022 16:38:37 -0800 Subject: [PATCH] doc/VirtualMachine.md: fix minor typos --- doc/VirtualMachine.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/VirtualMachine.md b/doc/VirtualMachine.md index fa8fa16f..6c9c5a7d 100644 --- a/doc/VirtualMachine.md +++ b/doc/VirtualMachine.md @@ -240,7 +240,7 @@ Next we install the PBot VM Guest server script that fosters communication betwe and the physical host system. We'll do this inside the virtual machine guest system, logged on as `root` while in the `/tmp` directory. - guest$ chdir /tmp + guest$ cd /tmp The `rsync` command isn't installed with a Fedora minimal install, but `scp` is available. Replace `192.168.100.42` below with your own local IP address; `user` with the user account that has the @@ -281,7 +281,7 @@ under [Set up serial ports](#set-up-serial-ports) and that your network configur access. Let's make sure the PBot VM Guest server is listening for and can execute commands. The `vm-exec` command -allows you to send commands from the shell. Change your currect working directory to `applets/pbot-vm/host/bin` +allows you to send commands from the shell. Change your current working directory to `applets/pbot-vm/host/bin` and run the `vm-exec` command: host$ cd applets/pbot-vm/host/bin