From 659283d7f95e4d40702591c9abfc115c09b6eeab Mon Sep 17 00:00:00 2001 From: Boia11 Date: Thu, 14 Mar 2019 01:36:33 +0100 Subject: [PATCH] Update README.md (#413) * Update install procedure for ARM64 with latest LDC 1.14.0 AARCH64 --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 391a6f9a..ed062a0f 100644 --- a/README.md +++ b/README.md @@ -136,8 +136,8 @@ sudo apt install libnotify-dev sudo apt-get install libcurl4-openssl-dev sudo apt-get install libsqlite3-dev sudo apt-get install libxml2 -wget https://github.com/ldc-developers/ldc/releases/download/v1.13.0/ldc2-1.13.0-linux-aarch64.tar.xz -tar -xvf ldc2-1.13.0-linux-aarch64.tar.xz +wget https://github.com/ldc-developers/ldc/releases/download/v1.14.0/ldc2-1.14.0-linux-aarch64.tar.xz +tar -xvf ldc2-1.14.0-linux-aarch64.tar.xz ``` For notifications the following is necessary: ```text @@ -216,7 +216,7 @@ sudo make install ```text git clone https://github.com/abraunegg/onedrive.git cd onedrive -make DC=~/ldc2-1.13.0-linux-aarch64/bin/ldmd2 +make DC=~/ldc2-1.14.0-linux-aarch64/bin/ldmd2 sudo make install ```