From e228ed7e7b2aaf5d03eb0396fa7559d5bf6c1f1d Mon Sep 17 00:00:00 2001 From: Xuan Sang LE Date: Fri, 26 Mar 2021 18:53:45 +0100 Subject: [PATCH 1/2] Delete dist directory --- dist/antosaio.tar | 0 1 file changed, 0 insertions(+), 0 deletions(-) delete mode 100644 dist/antosaio.tar diff --git a/dist/antosaio.tar b/dist/antosaio.tar deleted file mode 100644 index e69de29..0000000 From 356e925d4fa94854430ff1c2bbf80d8ba072a799 Mon Sep 17 00:00:00 2001 From: Xuan Sang LE Date: Fri, 26 Mar 2021 18:54:09 +0100 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 49057ec..264ef9e 100644 --- a/README.md +++ b/README.md @@ -112,5 +112,5 @@ Clone the repository and run the build script: git clone --depth 1 https://github.com/lxsang/antosaio cd antosaio chmod +x bake.sh -sudo ./bake.sh +./bake.sh ```