diff --git a/INSTALL.md b/INSTALL.md deleted file mode 100644 index 4a2fcea5..00000000 --- a/INSTALL.md +++ /dev/null @@ -1,11 +0,0 @@ -### Dependencies - -* [libcurl](http://curl.haxx.se/libcurl/) -* [SQLite 3](https://www.sqlite.org/) - -The Makefile assumes that the [Digital Mars D Compiler (DMD)](http://dlang.org/download.html) is installed. - -### Installation - -1. `make` -2. `sudo make install` diff --git a/README.md b/README.md index d30e4847..a39241bf 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,17 @@ OneDrive Free Client * While local changes are uploaded right away, remote changes are delayed. * No GUI +### Dependencies + +* [libcurl](http://curl.haxx.se/libcurl/) +* [SQLite 3](https://www.sqlite.org/) +* [Digital Mars D Compiler (DMD)](http://dlang.org/download.html) + +### Installation + +1. `make` +2. `sudo make install` + ### Config: Config files are loaded in the following order: @@ -49,5 +60,6 @@ The first time you run the program you will be asked to sign in. The procedure r ### Notes: * After changing the filters (`skip_file` or `skip_dir` in your configs) you must execute `onedrive --resync` * [Windows naming conventions][4] apply +* Use `make debug` to generate an executable for debugging [4]: https://msdn.microsoft.com/en-us/library/aa365247