From 00b10927691ec8ba2ab09cc7827b1718d7e631b2 Mon Sep 17 00:00:00 2001 From: Kayou Date: Sat, 19 Dec 2020 03:48:12 +0100 Subject: [PATCH] Fix sed in the readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5ed822a..0d78196 100644 --- a/README.md +++ b/README.md @@ -114,7 +114,7 @@ We need to change the architecture of the metadata: ``` tar xJf lxd.tar.xz -sed '0,/architecture: armhf/architecture: amd64/' metadata.yaml +sed -i '0,/architecture: armhf/s//architecture: amd64/' metadata.yaml tar cJf lxd.tar.xz metadata.yaml templates ```