Skip to content

Commit ac8bbac

Browse files
Correct typos in README.md (#354)
1 parent 07222ff commit ac8bbac

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ Or better yet, just use the [EteSync iOS client](https://github.com/etesync/ios)
131131

132132
## Autostart on system boot
133133

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.
135135

136136
### Linux (systemd)
137137

@@ -151,19 +151,19 @@ Follow [these instructions](https://www.howtogeek.com/228467/how-to-make-a-progr
151151

152152
# Alternative Installation Methods
153153

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 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.
155155

156156
## Docker
157157

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.
159159

160160
docker run -it --rm -v etesync-dav:/data etesync/etesync-dav manage add USERNAME
161161

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.
163163

164164
docker run --name etesync-dav -d -v etesync-dav:/data -p 37358:37358 --restart=always etesync/etesync-dav
165165

166-
After this, refer to the [Setting up clients](#setting-up-clients) section below and start using it!
166+
After this, refer to the [Setting up clients](#setting-up-clients) section and start using it!
167167

168168
### Updating
169169

@@ -194,7 +194,7 @@ Install virtual env (for **Python 3**) from your package manager, for example:
194194
- Arch Linux: pacman -S python-virtualenv
195195
- Debian/Ubuntu: apt-get install python3-virtualenv
196196

197-
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.
198198

199199
Set up the virtual env:
200200

@@ -213,7 +213,7 @@ Please note that you'll have to run `source venv/bin/activate` every time you'd
213213

214214
## CLI
215215

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`).
217217
2. Rename the binary to `etesync-dav` for ease of use, by e.g: `mv linux-etesync-dav etesync-dav`
218218
3. Make it executable: `chmod +x etesync-dav`
219219

0 commit comments

Comments
 (0)