Skip to content

Commit

Permalink
Merge branch 'beta' of github.com:astrada/google-drive-ocamlfuse into…
Browse files Browse the repository at this point in the history
… beta
  • Loading branch information
astrada committed Nov 28, 2016
2 parents b92b10b + dd60def commit 5a5a205
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -32,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).

Expand All @@ -50,7 +61,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
Expand Down

0 comments on commit 5a5a205

Please sign in to comment.