Radish alpha
r
rad:z371PVmDHdjJucejRoRYJcDEvD5pp
Radicle website including documentation and guides
Radicle
Git
guide: Add `-p` flag to `mkdir`
Sebastian Martinez committed 11 months ago
commit adcd3cc6bd9956a6a222df28921cd01899880d85
parent 829aafa
1 file changed +1 -1
modified _guides/user.md
@@ -1872,7 +1872,7 @@ Radicle node in the next steps.
> If you are a **macOS** user, install Tor via `brew install tor` and restart
> it via `brew services restart tor`.
>
-
> Use `mkdir -m 700 ~/.tor/radicle` to create your onion service directory.
+
> Use `mkdir -p -m 700 ~/.tor/radicle` to create your onion service directory.
>
> The Tor configuration file is located at `/usr/local/etc/tor/torrc` and your
> `.onion` address can be found in `~/.tor/radicle/hostname`.