Fix sed in the readme

This commit is contained in:
Kayou 2020-12-19 03:48:12 +01:00 committed by GitHub
parent e9aaa408a0
commit 00b1092769
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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