Skip to content

Commit 38a8ef0

Browse files
authored
Update admins_docs.md
1 parent d1671ae commit 38a8ef0

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

docs/admins_docs.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,12 @@ The core dependencies are Python3, Django, Celery, PostgreSQL, Redis, and ffmpeg
3838
## Easy Install
3939
Easy install is the recommended way to do a new installation, and is intended for fresh Ubuntu Server 20/22/24 installations.
4040

41-
It requires just a single command:
41+
For the trusting folks, it requires just a single command:
4242
```bash
4343
sudo su -c "bash <(wget -qO- https://github.com/mediacms-io/mediacms/raw/refs/heads/main/easy-install.sh)" root
4444
```
45-
If you wish to view or modify the script before running it:
45+
46+
For those less trusting, you can download the script and view or modify it before executing:
4647
```bash
4748
wget -O "easy-install.sh" https://github.com/mediacms-io/mediacms/raw/refs/heads/main/easy-install.sh
4849
cat easy-install.sh | less

0 commit comments

Comments
 (0)