mirror of
https://github.com/vrtmrz/obsidian-livesync.git
synced 2025-12-25 15:41:30 +00:00
Sorry 1 more, reworded the creating directories comments
This commit is contained in:
@@ -26,12 +26,12 @@
|
|||||||
#### 1. Prepare
|
#### 1. Prepare
|
||||||
```bash
|
```bash
|
||||||
|
|
||||||
# Prepare environment variables.
|
# Adding environment variables.
|
||||||
export hostname=localhost:5984
|
export hostname=localhost:5984
|
||||||
export username=goojdasjdas #Please change as you like.
|
export username=goojdasjdas #Please change as you like.
|
||||||
export password=kpkdasdosakpdsa #Please change as you like
|
export password=kpkdasdosakpdsa #Please change as you like
|
||||||
|
|
||||||
# Prepare directories which save data and configurations.
|
# Creating the save data & configuration directories.
|
||||||
mkdir couchdb-data
|
mkdir couchdb-data
|
||||||
mkdir couchdb-etc
|
mkdir couchdb-etc
|
||||||
```
|
```
|
||||||
@@ -56,7 +56,7 @@ Congrats, move on to [step 2](#2-run-couchdb-initsh-for-initialise)
|
|||||||
#### 1. Prepare
|
#### 1. Prepare
|
||||||
|
|
||||||
```
|
```
|
||||||
# Prepare directories which save data and configurations.
|
# Creating the save data & configuration directories.
|
||||||
mkdir couchdb-data
|
mkdir couchdb-data
|
||||||
mkdir couchdb-etc
|
mkdir couchdb-etc
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user