Skip to content

Commit

Permalink
Update README.md to provide help for vps deployment. #14
Browse files Browse the repository at this point in the history
  • Loading branch information
Nubuki-all authored Jul 22, 2024
1 parent 1fe0770 commit fb9d57e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,15 +91,15 @@ help - same as start
- Clone repository to your preferred location
- Ensure you are in the proper directory with Dockerfile and .env file present
- Run:
- `docker build . -t enc`
- `docker run enc`
- `docker build . -t enc`
- `docker run enc`

**Without Docker:**
- Install required dependencies check [Dockerfile](Dockerfile) or preferably [local_deploy.sh](local_deploy.sh) for inspiration (I no longer maintain the local_deploy script so run at your risk)
- Install required dependencies check [Dockerfile](Dockerfile) or preferably [local_deploy.sh](local_deploy.sh) for inspiration (I no longer maintain the local_deploy script so run at your own risk)
- python3.10, ffmpeg, ffprobe & mediainfo is required
- Run:
- `bash run.sh` #To start bot normally
- `bash srun.sh` #To start bot silently
- `bash run.sh` _To start bot normally_
- `bash srun.sh` _To start bot silently_

### Features:
__(Coming Soon)__
Expand Down

0 comments on commit fb9d57e

Please sign in to comment.