Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/photos.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakob <jakob.roehrl@web.de>2020-01-07 13:22:34 +0300
committerJakob <jakob.roehrl@web.de>2020-01-07 13:22:34 +0300
commite90043b49bba3dbc1f406c705a9e734ddb42dac8 (patch)
treec4857c1faa0861bfbb315624dd4790485ad7441c /README.md
parentfc508e3ef0c7a34d55053a58469f1c5ed146e03a (diff)
small changes
Signed-off-by: Jakob <jakob.roehrl@web.de>
Diffstat (limited to 'README.md')
-rw-r--r--README.md27
1 files changed, 14 insertions, 13 deletions
diff --git a/README.md b/README.md
index f39074b0..5cd64a55 100644
--- a/README.md
+++ b/README.md
@@ -1,19 +1,20 @@
-# Photos
+# Nextcloud Photos
**๐Ÿ“ธ Your memories under your control**
![](screenshots/screenshot1.png)
## Why is this so awesome?
-- **๐Ÿ“ธ Beautiful Photo und Video Timeline**
-- **โญ Favorites and Tagging:** Favorite and tag your photos!
-- **Slideshow and easy sharing** Show slideshows and share your photos or albums easy
-- **Albums:** Create albums from your contents
-
+- **๐Ÿ“ธ Beautiful Photo und Video Timeline**
+- **โญ Favorites and Tagging:** Favorite and tag your photos!
+- **Slideshow and easy sharing** Show slideshows and share your photos or albums easy
+- **Albums:** Create albums from your contents
+
Future plans:
--
+- ...
## ๐Ÿš€ Installation
-In your Nextcloud, simply navigate to ยปAppsยซ, find the Photos app and enable it. Then open the app from the app menu.Consider installing the preview generator for pregenerating the thumnailsPlease have a look at [CHANGELOG.md](https://github.com/nextcloud/photos/blob/master/CHANGELOG.md) for details about changes.
+In your Nextcloud, simply navigate to ยปAppsยซ, find the Photos app and enable it. Then open the app from the app menu. Consider installing the [preview generator](https://github.com/rullzer/previewgenerator) for pregenerating the thumnails.
+Please have a look at [CHANGELOG.md](https://github.com/nextcloud/photos/blob/master/CHANGELOG.md) for details about changes.
## Mobile Photos
Use the Android/iOS App to view your photos. It's possible to autoupload them.
@@ -23,8 +24,8 @@ Use the Android/iOS App to view your photos. It's possible to autoupload them.
If you'd like to join, just go through the [issue list](https://github.com/nextcloud/photots/issues) and fix some. :)
## ๐Ÿ— Development setup
- 1. โ˜ Clone this into your `apps` folder of your Nextcloud
- 2. ๐Ÿ‘ฉโ€๐Ÿ’ป In a terminal, run the command `make dev-setup` to install the dependencies
- 3. ๐Ÿ— Then to build the Javascript whenever you make changes, run `make build-js`
- 4. โœ… Enable the app through the app management of your Nextcloud
- 5. ๐ŸŽ‰ Partytime! \ No newline at end of file
+1. โ˜ Clone this into your `apps` folder of your Nextcloud
+2. ๐Ÿ‘ฉโ€๐Ÿ’ป In a terminal, run the command `make dev-setup` to install the dependencies
+3. ๐Ÿ— Then to build the Javascript whenever you make changes, run `make build-js`
+4. โœ… Enable the app through the app management of your Nextcloud
+5. ๐ŸŽ‰ Partytime! \ No newline at end of file