From ab959a615668574379295078fcc365aad8653af8 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Thu, 21 Jan 2021 14:29:44 +0100 Subject: [PATCH] No need to build base image locally anymoar --- README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index 8fbfc8f..cd562e0 100644 --- a/README.md +++ b/README.md @@ -83,14 +83,11 @@ lxc remote add yunohost https://devbaseimgs.yunohost.org --public (At the time this README is written, fingerprint is d9ae6e76c374e3c58c3c20a881cffe7435809adb3b222ec393805f5bd01bb522 ) -Then you can : +Then you can install package check : ``` git clone https://github.com/YunoHost/package_check cd package_check - -# Build the base image with pre-installed yunohost (this will take some time!) -./build_base_lxc.sh ``` Then test your packages :