From f7e3d8093e300536d30919eb12c54a457c96f70c Mon Sep 17 00:00:00 2001 From: jobenvil Date: Sat, 23 May 2020 18:26:13 +0200 Subject: [PATCH] pull raw file --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 916a328..f8ee419 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ For Seafile versions which use Python 3. Seafile versions higher than 7.0. E.g. to compile Seafile server v7.1.4: ``` -$ wget https://github.com/haiwen/seafile-rpi/blob/master/build3.sh +$ wget https://raw.githubusercontent.com/haiwen/seafile-rpi/master/build3.sh $ chmod u+x build3.sh $ ./build3.sh 7.1.4 ```