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 ```