Skip to content

Commit

Permalink
Apply suggested changes and double-check everything with Grammarly
Browse files Browse the repository at this point in the history
  • Loading branch information
StanislavBreadless committed Dec 15, 2020
1 parent bcc4dcd commit 8fd9a0b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions docs/launch.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ zk init
During the first initialization you have to download around 8 GB of setup files, this should be done once. If you have a
problem on this step of the initialization, see help for the `zk run plonk-setup` command.

If you any other problems with the `zk init` command, go to the `Troubleshooting` section at the end of this file. There
are solutions for some common error cases.
If face you any other problems with the `zk init` command, go to the `Troubleshooting` section at the end of this file.
There are solutions for some common error cases.

To completely reset the dev environment:

Expand Down Expand Up @@ -95,20 +95,20 @@ output.

### Invalid mount config for type "bind"

**Problem.** `zk init` failes with the following error:
**Problem.** `zk init` fails with the following error:

```sh
Cannot create container for service geth: invalid mount config for type "bind": bind source path does not exist: /home/stanislav/matter-labs/zksync-dev/volumes/geth
```

You might also see these errors not only for geth, but also for `postgres` and `tesseracts`.
You might also see these errors not only for `geth` but also for `postgres` and `tesseracts`.

**Solution**. In the repository folder there should be a folder `volumes`, with three folders inside of it: `geth`,
**Solution**. In the repository folder, there should be a folder `volumes`, with three folders inside of it: `geth`,
`tesseracts`, `postgres`. If some of these are missing, you must create them on your own.

### SSL error: certificate verify failed

**Problem**. `zk init` failes with the following error:
**Problem**. `zk init` fails with the following error:

```sh
Initializing download: https://universal-setup.ams3.digitaloceanspaces.com/setup_2%5E20.key
Expand All @@ -119,7 +119,7 @@ SSL error: certificate verify failed

### rmSync is not a function

**Problem**. `zk init` failes with the following error:
**Problem**. `zk init` fails with the following error:

```sh
fs_1.default.rmSync is not a function
Expand Down
2 changes: 1 addition & 1 deletion docs/setup-dev.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ cargo install --version=0.2.0 sqlx-cli
```

If you face an error `Could not find directory of OpenSSL installation`, then you should do the following. The
instruction is targeted on debian-based Linux, but generally the steps are similar for all OS.
instruction is targeted on debian-based Linux, but generally, the steps are similar for all OS.

- Install `libssl-dev`:

Expand Down

0 comments on commit 8fd9a0b

Please sign in to comment.