Update README.md
This commit is contained in:
parent
3d0129b647
commit
9e8a526cc2
17
README.md
17
README.md
@ -1,10 +1,21 @@
|
|||||||
NotePost
|
NotePost
|
||||||
========
|
========
|
||||||
|
|
||||||
Yet another notes app. Supports Markdown and color-coding.
|
A cloud-based notetaking app.
|
||||||
|
|
||||||
|
Features
|
||||||
|
--------
|
||||||
|
|
||||||
|
* Markdown support for simple formatting
|
||||||
|
* Color-coding and favoriting of notes
|
||||||
|
* Implements the [Nextcloud Notes API](https://github.com/nextcloud/notes/wiki/API-0.2), allowing integration with apps that support Nextcloud Notes (like [this one](https://github.com/stefan-niedermann/nextcloud-notes))
|
||||||
|
* Core notetaking functions work without JavaScript or in a text-only browser
|
||||||
|
|
||||||
Setup Tips
|
Setup Tips
|
||||||
----------
|
----------
|
||||||
|
|
||||||
* Run composer install (or composer.phar install) to install dependency libraries
|
* Run `composer install` (or `composer.phar install`) to install dependency libraries
|
||||||
* If you don't have any color in the navbar, run `git submodule init` and `git submodule update`.
|
* Run `git submodule init` and `git submodule update` to install several other dependencies
|
||||||
|
* Install the database using `database.mwb` or `database.sql`
|
||||||
|
* Copy `settings.template.php` to `settings.php` and customize
|
||||||
|
* You'll also need to setup [AccountHub](https://source.netsyms.com/Business/AccountHub)
|
Loading…
x
Reference in New Issue
Block a user