README.md in gitdocs-0.5.0 vs README.md in gitdocs-0.6.0

- old
+ new

@@ -1,13 +1,13 @@ # Gitdocs -[![Gem Version](https://badge.fury.io/rb/gitdocs.png)](http://badge.fury.io/rb/gitdocs) -[![Code Climate](https://codeclimate.com/github/bazaarlabs/gitdocs.png)](https://codeclimate.com/github/bazaarlabs/gitdocs) +[![Gem Version](https://badge.fury.io/rb/gitdocs.svg)](http://badge.fury.io/rb/gitdocs) +[![Code Climate](https://codeclimate.com/github/nesquena/gitdocs.svg)](https://codeclimate.com/github/nesquena/gitdocs) [![Build Status](https://travis-ci.org/nesquena/gitdocs.svg?branch=master)](https://travis-ci.org/nesquena/gitdocs) -[![Inline docs](http://inch-ci.org/github/nesquena/gitdocs.png?branch=master)](http://inch-ci.org/github/nesquena/gitdocs) +[![Inline docs](http://inch-ci.org/github/nesquena/gitdocs.svg?branch=master)](http://inch-ci.org/github/nesquena/gitdocs) [![Dependency Status](https://gemnasium.com/nesquena/gitdocs.svg)](https://gemnasium.com/nesquena/gitdocs) -[![Coverage Status](https://coveralls.io/repos/nesquena/gitdocs/badge.png?branch=master)](https://coveralls.io/r/nesquena/gitdocs) +[![Test Coverage](https://codeclimate.com/github/nesquena/gitdocs/badges/coverage.svg)](https://codeclimate.com/github/nesquena/gitdocs/coverage) Open-source dropbox alternative powered by git. Collaborate on files and tasks without any extra hassle. gitdocs will automatically keep everyone's repos in sync by pushing and pulling changes. This allows any git repo to be used as a collaborative task list, file share, or wiki for a team. Supports a web front-end allowing each repo to be accessed through your browser. @@ -73,14 +73,14 @@ ``` gitdocs start ``` -If the start command fails, you can check the logs in `~/.gitdocs/log` or run again with the debug flag: +If the start command fails, you can check the logs in `~/.gitdocs/log` or run again in the foreground and increase logging to more easily see what is going wrong: ``` -gitdocs start -D +gitdocs start --foreground --verbose ``` Once gitdocs has been started and is monitoring the correct directories, simply start editing or adding files to your designated git repos and changes will be automatically pushed. Gitdocs can be easily stopped or restarted: @@ -205,7 +205,8 @@ directory sync tool based on [git-annex](http://git-annex.branchable.com/). (written in Haskell) * [BitTorrent Sync](http://www.bittorrent.com/sync) BitTorrent based syncing tool, not open source or publicly defined protocol * [StrongSync](https://secure.expandrive.com/strongsync) Dropbox clone utility, proprietary +* [pullbox](https://github.com/prashanthellina/pullbox) Dropbox clone with git and Python If any other open-source dropbox alternatives are available, we would love to hear about them so let us know!