From b848d42dd8ff17177261735cbcbc3a2901534f0f Mon Sep 17 00:00:00 2001 From: Alessandro Strada Date: Tue, 22 Nov 2016 08:47:50 +0100 Subject: [PATCH 1/2] Update README --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c566538..98f5909 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,9 @@ written in OCaml. It lets you mount your Google Drive on Linux. * Multiple account support * Duplicate file handling * Access to trash (`.Trash` directory) +* Unix permissions and ownership +* Symbolic links +* Read-ahead buffers when streaming ### Resources @@ -50,7 +53,7 @@ How to build * [OCaml][] >= 3.12.0 * [Findlib][] >= 1.2.7 * [ocamlfuse][] >= 2.7.1 -* [gapi-ocaml][] >= 0.2.10 +* [gapi-ocaml][] >= 0.2.14 * [sqlite3-ocaml][] >= 1.6.1 [OCaml]: http://caml.inria.fr/ocaml/release.en.html From dd60def520d23bacc91d556e4b6b75a7dca78a6d Mon Sep 17 00:00:00 2001 From: Alessandro Strada Date: Tue, 22 Nov 2016 08:55:39 +0100 Subject: [PATCH 2/2] Update README --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 98f5909..e7d263b 100644 --- a/README.md +++ b/README.md @@ -35,13 +35,21 @@ Getting started ### Installation -I've uploaded .deb packages to my +I've uploaded .deb packages for Ubuntu to my [PPA](https://launchpad.net/~alessandro-strada/+archive/ppa). In order to to install it, use the commands below: sudo add-apt-repository ppa:alessandro-strada/ppa sudo apt-get update sudo apt-get install google-drive-ocamlfuse + +New beta versions are available on this +[PPA](https://launchpad.net/~alessandro-strada/+archive/ubuntu/google-drive-ocamlfuse-beta). +If you want to test them, use the commands below: + + sudo add-apt-repository ppa:alessandro-strada/google-drive-ocamlfuse-beta + sudo apt-get update + sudo apt-get install google-drive-ocamlfuse For other installation options, please refer to the [wiki](https://github.com/astrada/google-drive-ocamlfuse/wiki/Installation).