mirror of
https://github.com/tdeerenberg/Musort.git
synced 2025-07-16 00:54:19 +00:00
add docker note to readme
This commit is contained in:
10
README.md
10
README.md
@ -83,6 +83,16 @@ track_total total number of tracks as string
|
|||||||
year year or date as string
|
year year or date as string
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Docker
|
||||||
|
|
||||||
|
```
|
||||||
|
docker build -t musort .
|
||||||
|
docker run --name musort --rm -it musort --help
|
||||||
|
```
|
||||||
|
|
||||||
|
> Tip: You can alias something like `alias musortd=docker run --name musort --rm -it musort` then use `musortd` juse like `musort` usage is explained above
|
||||||
|
|
||||||
|
|
||||||
## Possible features to add
|
## Possible features to add
|
||||||
* Rename single file
|
* Rename single file
|
||||||
* Other installation methods (Like AUR, Docker, etc.)
|
* Other installation methods (Like AUR, Docker, etc.)
|
||||||
|
Reference in New Issue
Block a user