1
0
mirror of https://github.com/xuthus83/pigallery2.git synced 2024-11-03 21:04:03 +08:00

updating readme

This commit is contained in:
Patrik J. Braun 2018-12-22 00:20:03 +01:00
parent a7be82a59a
commit 315879e2c3

View File

@ -16,11 +16,11 @@ Live Demo @ heroku: https://pigallery2.herokuapp.com/
- the demo page **first load** might take up **30s**: the time while the free webservice boots up - the demo page **first load** might take up **30s**: the time while the free webservice boots up
## Table of contents ## Table of contents
1. [Getting started](#getting-started-on-raspberry-pi) 1. [Getting started](#1.-getting-started-on-raspberry-pi)
2. [Translate the page to your own language](#translate-the-page-to-your-own-language) 2. [Translate the page to your own language](#1.-translate-the-page-to-your-own-language)
3. [Feature list](#feature-list) 3. [Feature list](#3.-feature-list)
4. [Known errors](#known-errors) 4. [Known errors](#4.-known-errors)
5. [Credits](#credits) 5. [Credits](#5.-credits)
@ -111,7 +111,7 @@ apt-get install build-essential libkrb5-dev gcc g++
## 2. Translate the page to your own language ## 2. Translate the page to your own language
1. download / clone the repo (the source not the packed release!) 1. [Install Pigallery2](1.1.1-b-install-from-source) from source (with the release it won't work)
2. add your language e.g: fr 2. add your language e.g: fr
```bash ```bash
npm run add-translation -- --fr npm run add-translation -- --fr
@ -125,7 +125,9 @@ apt-get install build-essential libkrb5-dev gcc g++
npm install npm install
npm start npm start
``` ```
5. create a pull request at github to add your translation to the project. 5. (optional) create a pull request at github to add your translation to the project.
**Note**: you can also build your own release with `npm run build-release` as described in `1.1.1-b Install from source`;