Skip to content
This repository was archived by the owner on Dec 23, 2023. It is now read-only.

Commit e74ffdd

Browse files
committed
update Readme
1 parent 4c8e093 commit e74ffdd

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

README.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -64,16 +64,15 @@ $ ./mailwhale
6464
curl -s https://api.github.com/repos/muety/mailwhale/releases/latest | jq -r ".assets[] | select(.name|match(\"Linux_$(arch).tar.gz\")) | .browser_download_url" | wget -qi -
6565

6666
# 2. Extract
67-
mkdir /opt/mailwhale
68-
tar xf mailwhale_*.tar.gz -C /opt/mailwhale
69-
cd /opt/mailwhale
67+
mkdir mailwhale
68+
tar xf mailwhale_*.tar.gz -C mailwhale
69+
cd mailwhale
7070

71-
# 3. Adapt config to your needs, i.e. set your SMTP server and credentials, etc.
72-
cp config.default.yml config.yml
73-
vi config.yml
71+
# 3.[Optional] Adapt config to your needs, i.e. set your SMTP server and credentials, etc.
72+
# vi config.yml
7473

7574
# 4. Run it
76-
$ ./mailwhale
75+
./mailwhale
7776
```
7877

7978
### With Docker Image

0 commit comments

Comments
 (0)