Skip to content

Commit 1d9ccae

Browse files
author
just4d
committed
made sure 'git clone' call comes from '/root/' path.
Noticed some users ordered the 'custom-theme' git clone call with /root/mailinabox/ folder then the the setup fails ... - Now making sure they will type 'cd' to go back to /root/ before 'git clone' command.
1 parent 026db41 commit 1d9ccae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ v0.41 beta (March 09, 2019)
1010

1111
**Setup:**
1212

13-
* To download and config. the **custom-dark** theme, run:
13+
* To download and config. the **custom-dark** theme as **root**, run:
1414

1515
```
16-
git clone -b master https://github.com/just4t/custom-dark.git
16+
cd && git clone -b master https://github.com/just4t/custom-dark.git
1717
cd custom-dark
1818
/bin/bash ./config.sh && cd
1919
```

0 commit comments

Comments
 (0)