mirror of
https://github.com/krateng/maloja.git
synced 2023-08-10 21:12:55 +03:00
Changed distribution name
This commit is contained in:
parent
3382c20cb4
commit
0f4c7b04f7
@ -22,7 +22,7 @@ Also neat: You can use your **custom artist or track images**.
|
||||
|
||||
## How to install
|
||||
|
||||
1) Download Maloja with the command `pip install maloja`. Make sure to use the correct python version (Use `pip3` if necessary). I've provided a simple .sh file to get Maloja going on an Alpine server (e.g. in Proxmox).
|
||||
1) Download Maloja with the command `pip install malojaserver`. Make sure to use the correct python version (Use `pip3` if necessary). I've provided a simple .sh file to get Maloja going on an Alpine server (e.g. in Proxmox).
|
||||
|
||||
2) Start the server with
|
||||
|
||||
@ -44,7 +44,7 @@ Also neat: You can use your **custom artist or track images**.
|
||||
maloja restart
|
||||
maloja start
|
||||
|
||||
3) Update Maloja with `pip install maloja --upgrade --no-cache-dir`
|
||||
3) Update Maloja with `pip install malojaserver --upgrade --no-cache-dir`
|
||||
|
||||
4) Various folders have `.info` files with more information on how to use their associated features.
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
#!/usr/bin/env bash
|
||||
apk add python3 python3-dev gcc libxml2-dev libxslt-dev py3-pip libc-dev
|
||||
pip3 install maloja
|
||||
pip3 install malojaserver
|
||||
|
Loading…
Reference in New Issue
Block a user