Added tags

This commit is contained in:
zeldaroot 2019-12-02 05:53:15 +02:00
parent 0b8cb3ff2e
commit c8d341b26a

View file

@ -7,23 +7,21 @@
- [Bran.CinemaPress.io](http://Bran.CinemaPress.io/) - [Bran.CinemaPress.io](http://Bran.CinemaPress.io/)
## How to install? ## How to install?
1. Download [GitHub](https://github.com/CinemaPress/Theme-Bran/archive/master.zip) or [GitLab](https://gitlab.com/CinemaPress/Theme-Bran/repository/archive.zip) or [BitBucket](https://bitbucket.org/cinemapress/theme-bran/get/master.zip) or [Coding](https://coding.net/u/CinemaPress/p/Theme-Bran/git/archive/master.zip) 1. Download [GitHub](https://github.com/CinemaPress/Theme-Bran/archive/master.zip) or [GitLab](https://gitlab.com/CinemaPress/Theme-Bran/repository/archive.zip) or [BitBucket](https://bitbucket.org/cinemapress/theme-bran/get/master.zip)
2. Unpack the archive and rename the folder to **bran** 2. Unpack the archive to server in folder **themes**
3. Folder **bran** send to server in folder **themes** 3. Change the name of the theme in the admin panel
4. Change the name of the theme in the admin panel to **bran**
## Installation via terminal ## Installation via terminal
``` ```
~# bash <(wget -qO- cinemapress.sh) ~# bash <(wget cinemapress.sh -qO-)
``` ```
## Как установить? ## Как установить?
1. Скачать архив с [GitHub](https://github.com/CinemaPress/Theme-Bran/archive/master.zip) или [GitLab](https://gitlab.com/CinemaPress/Theme-Bran/repository/archive.zip) или [BitBucket](https://bitbucket.org/cinemapress/theme-bran/get/master.zip) или [Coding](https://coding.net/u/CinemaPress/p/Theme-Bran/git/archive/master.zip) 1. Скачать архив с [GitHub](https://github.com/CinemaPress/Theme-Bran/archive/master.zip) или [GitLab](https://gitlab.com/CinemaPress/Theme-Bran/repository/archive.zip) или [BitBucket](https://bitbucket.org/cinemapress/theme-bran/get/master.zip)
2. Распаковать архив и переименовать папку в **bran** 2. Распаковать архив на сервер в папку **themes**
3. Папку **bran** отправить на сервер в папку **themes** 3. Изменить название темы в админ-панели
4. Изменить название темы в админ-панели на **bran**
## Установка через терминал ## Установка через терминал
``` ```
~# bash <(wget -qO- cinemapress.sh) ~# bash <(wget cinemapress.sh -qO-)
``` ```