From ec4070302d0ac6f66c22be9aa2394f2a653dbe9f Mon Sep 17 00:00:00 2001 From: Tristan PILAT Date: Wed, 2 Jan 2019 14:55:28 +0100 Subject: [PATCH] Fix some oversights --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 49cc543..de998b0 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ ansible-playbook evolixisation.yml --ask-vault-pass -CDKi hosts -l HOSTNAME Changes can be tested by using [Packer](https://www.packer.io/) and [vmm(4)](https://man.openbsd.org/vmm.4) : -* This process depends on the [Go](https://golang.org/) programming language. * +* This process depends on the [Go](https://golang.org/) programming language. ``` # pkg_add go packer @@ -38,7 +38,7 @@ Changes can be tested by using [Packer](https://www.packer.io/) and $ go get -u github.com/prep/packer-builder-vmm/cmd/packer-builder-vmm ``` -* Here is an example build file * +* Here is an example build file ``` $ vim openbsd.json @@ -104,7 +104,7 @@ $ vim openbsd.json * You need your unprivileged user to be able to run vmctl(8) through doas(1) ``` -# echo "permit nopass myunprivilegeduser as root cmd /usr/sbin/vmctl +# echo "permit nopass myunprivilegeduser as root cmd /usr/sbin/vmctl" >> /etc/doas.conf ``` * Build the virtual machine