Skip to content

Commit

Permalink
update install
Browse files Browse the repository at this point in the history
  • Loading branch information
moisout committed Jan 7, 2024
1 parent c930b94 commit 75505d4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion content/2.installation/2.docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ ViewTube can be run in a Docker container. You will need to have [Docker](https:
`viewtube:dev` is the development version, which means it may contain bugs. However, it will receive fixes faster if YouTube changes something.
[![Docker Image Version (latest semver)](https://img.shields.io/docker/v/mauriceo/viewtube/dev?label=dev&logo=docker&sort=semver)](https://hub.docker.com/r/mauriceo/viewtube)

## Setup
## Official Setup

### Environment variables

Expand Down Expand Up @@ -109,3 +109,6 @@ If so you may use `mongo:4.4` instead of `mongo:7`:
...
```

## All-in-one Setup (by mvanduijker)

Github user [@mvanduijker](https://github.com/mvanduijker) made an all-in-one image of ViewTube. Check it out here: https://github.com/mvanduijker/viewtube-all-in-one
4 changes: 2 additions & 2 deletions content/5.development/0.index.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ I personally develop on Windows and Linux. If you find that the development setu

For development, you need the following tools installed.

- Nodejs v18.16.x
- Pnpm >8.6.x
- Nodejs >v18.16.x
- Pnpm >8.7.x

Of course, the basics like a text editor, git and a terminal are also required.

0 comments on commit 75505d4

Please sign in to comment.