25 lines
275 B
Markdown
25 lines
275 B
Markdown
|
# open-webui
|
||
|
|
||
|
Installation:
|
||
|
|
||
|
```sh
|
||
|
mkdir -p /opt/open-webui
|
||
|
cp -v opt/open-webui/{Makefile,run-open-webui.sh, shell.nix} /opt/open-webui/
|
||
|
cd /opt/open-webui
|
||
|
make install
|
||
|
```
|
||
|
|
||
|
Update:
|
||
|
|
||
|
```sh
|
||
|
cd /opt/open-webui
|
||
|
make update
|
||
|
```
|
||
|
|
||
|
Running:
|
||
|
|
||
|
```sh
|
||
|
cd /opt/open-webui
|
||
|
nix-shell
|
||
|
```
|