Merge "Convert README to markdown"

This commit is contained in:
Paul Lindner 2018-02-28 18:49:17 +00:00 committed by Gerrit Code Review
commit 95e79f6f62
3 changed files with 20 additions and 24 deletions

View File

@ -1,6 +1,6 @@
To build Perkeep:
1) Install Go 1.5 or later.
1) Install Go 1.9 or later.
2) cd to the root of the Perkeep source (where this file is)

23
README
View File

@ -1,23 +0,0 @@
Perkeep is your personal storage system.
It's a way to store, sync, share, import, model, and back up content.
Keep your stuff for life.
For more, see:
https://perkeep.org/
https://perkeep.org/doc/
Other useful files:
BUILDING how to compile it ("go run make.go")
CONTRIBUTING how to do development and contribute
Mailing lists:
http://perkeep.org/lists
Bugs and contributing:
https://github.com/perkeep/perkeep/issues
https://perkeep.org/doc/contributing

19
README.md Normal file
View File

@ -0,0 +1,19 @@
# Perkeep is your personal storage system.
> It's a way to store, sync, share, import, model, and back up content. Keep your stuff for life.
### For more, see
- [Perkeep Home](https://perkeep.org/)
- [Perkeep Docs](https://perkeep.org/doc/)
### Other useful files
- [BUILDING](BUILDING) - how to compile it ("go run make.go")
- [CONTRIBUTING](CONTRIBUTING.md) - how to do development and contribute
### Perkeep Resources
- [Community](http://perkeep.org/community)
- [Bugs and Issues](https://github.com/perkeep/perkeep/issues)
- [Contributing](https://perkeep.org/code#contributing)