Update Getting Started

max
2026-08-06 05:28:59 +00:00
parent 44b2e1346a
commit b309a94fcc
+19 -1
@@ -17,9 +17,27 @@
## Installation ## Installation
### From Source (CLI) ### From Source
```bash ```bash
git clone https://git.vmn.su/max/audio_splitter.git git clone https://git.vmn.su/max/audio_splitter.git
cd audio_splitter cd audio_splitter
pip install . pip install .
```
### Using Docker
You can also pull a pre-build OCI image from the registry
CLI version:
```bash
docker pull git.vmn.su/max/audio_splitter:latest
```
Web API only:
```bash
docker pull git.vmn.su/max/audio_splitter_backend:latest
```
Complete web-interface:
```bash
docker pull git.vmn.su/max/audio_splitter_backend:latest
docker pull git.vmn.su/max/audio_splitter_frontend:latest
```