Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/nextcloudpi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornachoparker <nacho@ownyourbits.com>2018-06-26 08:45:17 +0300
committernachoparker <nacho@ownyourbits.com>2018-06-26 08:45:17 +0300
commit40f0cbc9b6800cf585bd0e17dd02799c669cef83 (patch)
treee6e0e041989f854f5e071c54c03ac0fa907c24a1 /README.md
parentf1cc627f2fc0f30dd6c6323b0cffd4d34e739141 (diff)
build: generate armhf container locally with qemu-user
Diffstat (limited to 'README.md')
-rw-r--r--README.md13
1 files changed, 3 insertions, 10 deletions
diff --git a/README.md b/README.md
index 8df1e8bc..76128a56 100644
--- a/README.md
+++ b/README.md
@@ -94,20 +94,13 @@ cd nextcloudpi
./build-SD-armbian.sh odroidxu4 # supported board code name
```
-The docker armhf image can be generated in an ARM environment with docker
+In order to generate the Docker images
```
git clone https://github.com/nextcloud/nextcloudpi.git
cd nextcloudpi
-make
-```
-
-, and for an x86 image, on a x86 environment do
-
-```
-git clone https://github.com/nextcloud/nextcloudpi.git
-cd nextcloudpi
-make nextcloudpi-x86
+make # armhf version
+make nextcloudpi-x86 # x86 version
```
NextCloudPi can be installed in any architecture running the latest Debian