Update Getting Started
@@ -37,16 +37,6 @@ audio_splitter input.mp3 tracklist.txt
|
|||||||
### Using Docker
|
### Using Docker
|
||||||
You can also pull a pre-build OCI image from the registry
|
You can also pull a pre-build OCI image from the registry
|
||||||
|
|
||||||
**CLI version:**
|
|
||||||
```bash
|
|
||||||
docker pull git.vmn.su/max/audio_splitter:latest
|
|
||||||
mkdir /tmp/audio_splitter_test
|
|
||||||
cd /tmp/audio_splitter_test
|
|
||||||
docker run --rm -v $(pwd):/data git.vmn.su/max/audio_splitter:latest -o /data /data/test.mp3 /data/tracklist.txt
|
|
||||||
```
|
|
||||||
|
|
||||||
Put your audio and track list files to '/tmp/audio_splitter_test' before running the container. **Ensure the directory you mount as /data is empty**
|
|
||||||
|
|
||||||
**Web API only:**
|
**Web API only:**
|
||||||
```bash
|
```bash
|
||||||
docker pull git.vmn.su/max/audio_splitter_backend:latest
|
docker pull git.vmn.su/max/audio_splitter_backend:latest
|
||||||
|
|||||||
Reference in New Issue
Block a user