You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -131,7 +131,7 @@ Or better yet, just use the [EteSync iOS client](https://github.com/etesync/ios)
131
131
132
132
## Autostart on system boot
133
133
134
-
It's probably easiet to just follow [these instructions](https://www.howtogeek.com/228467/how-to-make-a-program-run-at-startup-on-any-computer/) for setting up autostart. Alternatively, you can try following the instructions below.
134
+
It's probably easier to just follow [these instructions](https://www.howtogeek.com/228467/how-to-make-a-program-run-at-startup-on-any-computer/) for setting up autostart. Alternatively, you can try following the instructions below.
This methods are not as easy as the pre-built binaries method above, but are also simple. Please follow the instructions below, following which follow the instructions in the [Configuration and running](#configuration-and-running) section below.
154
+
This methods are not as easy as the pre-built binaries method above, but are also simple. Please follow the instructions below, following which follow the instructions in the [Configuration and running](#configuration-and-running) section.
155
155
156
156
## Docker
157
157
158
-
Run one time initial setup to persist the required configuration into a docker volume. Check out the configuration section below for more information.
158
+
Run one time initial setup to persist the required configuration into a docker volume. Check out the configuration section for more information.
159
159
160
160
docker run -it --rm -v etesync-dav:/data etesync/etesync-dav manage add USERNAME
161
161
162
-
Run etesync-dav in a background docker container with configuration from previous step. This wil (re)start the container on boot and after crashes.
162
+
Run etesync-dav in a background docker container with configuration from previous step. This will (re)start the container on boot and after crashes.
The bellow commands will install etesync to a directory called `venv` in the local path. To install to a different location, just choose a different path in the commands below.
197
+
The below commands will install etesync to a directory called `venv` in the local path. To install to a different location, just choose a different path in the commands below.
198
198
199
199
Set up the virtual env:
200
200
@@ -213,7 +213,7 @@ Please note that you'll have to run `source venv/bin/activate` every time you'd
213
213
214
214
## CLI
215
215
216
-
1. Open a terminal and navigate to the binary's loctaion by typing `cd /path/to/file` (most likely `cd ~/Downloads`).
216
+
1. Open a terminal and navigate to the binary's location by typing `cd /path/to/file` (most likely `cd ~/Downloads`).
217
217
2. Rename the binary to `etesync-dav` for ease of use, by e.g: `mv linux-etesync-dav etesync-dav`
0 commit comments