updated README
Some checks failed
Build and Push Image / Build and push image (push) Failing after 2m6s
Some checks failed
Build and Push Image / Build and push image (push) Failing after 2m6s
This commit is contained in:
23
README.md
23
README.md
@@ -71,16 +71,21 @@ This is an example of how to list things you need to use the software and how to
|
|||||||
|
|
||||||
### Installation
|
### Installation
|
||||||
|
|
||||||
1. Get a free API Key at [https://example.com](https://example.com)
|
1. Build compose.yaml
|
||||||
2. Clone the repo
|
```yaml
|
||||||
```sh
|
version: "3.8"
|
||||||
git clone https://github.com/github_username/repo_name.git
|
services:
|
||||||
|
docker-epg:
|
||||||
|
image: git.donnymims.com/dnny44/docker-epg:latest
|
||||||
|
container_name: docker-epg
|
||||||
|
restart: unless-stopped
|
||||||
|
ports:
|
||||||
|
- 8080:80
|
||||||
|
networks: {}
|
||||||
```
|
```
|
||||||
3. Install NPM packages
|
2. Install NPM packages
|
||||||
```sh
|
|
||||||
npm install
|
3. Enter your API in `config.js`
|
||||||
```
|
|
||||||
4. Enter your API in `config.js`
|
|
||||||
```js
|
```js
|
||||||
const API_KEY = 'ENTER YOUR API';
|
const API_KEY = 'ENTER YOUR API';
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user