Skip to content

Commit 625ad84

Browse files
[DDW-778] Indentation fix
1 parent ceb49db commit 625ad84

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,13 @@ Daedalus - Cryptocurrency Wallet
3636
3. Run `nix-shell` with correct list of arguments or by using existing `package.json` scripts to load a shell with all the correct versions of all the required dependencies for development.
3737

3838
**Notes:**
39+
3940
If you get SSL error when running `nix-shell` (SSL peer certificate or SSH remote key was not OK) try the next steps:
4041
1. Reinstall nix
41-
```bash
42-
$ nix-env -e *
43-
$ curl -L https://nixos.org/nix/install | sh
44-
```
42+
```bash
43+
$ nix-env -e *
44+
$ curl -L https://nixos.org/nix/install | sh
45+
```
4546
2. Download certificate from https://docs.certifytheweb.com/docs/kb/kb-202109-letsencrypt/ and import to your keychain.
4647

4748
## Development

0 commit comments

Comments
 (0)