Skip to content

Commit e052ec8

Browse files
authored
Update NODE_GUIDE.md [skip ci]
1 parent ccf1656 commit e052ec8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/NODE_GUIDE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ To be able to run a node, we need to make a few simple preparations. Follow the
3333

3434
We have a [cross-platform node launcher](https://github.com/firstbatchxyz/dkn-compute-launcher) to easily set up the environment and running the compute node. We will install that first.
3535

36-
Download the appropriate ZIP file for your system using the commands below or from [browser](https://github.com/firstbatchxyz/dkn-compute-launcher/releases/tag/v0.0.1). Make sure to replace the URL with the correct version for your operating system and architecture.
36+
Download the appropriate ZIP file for your system using the commands below or from [your browser](https://github.com/firstbatchxyz/dkn-compute-launcher/releases). Make sure to replace the URL with the correct version for your operating system and architecture.
3737

3838
#### macOS:
3939

@@ -143,7 +143,7 @@ This way, you won't have to manually do the copying and creating environment var
143143
Dria Compute Node makes use of several environment variables. Let's create an `.env` file from the given example first.
144144

145145
```sh
146-
cp .env.example .ev
146+
cp .env.example .env
147147
```
148148

149149
We will fill out the missing parts witin `.env` file in a moment.

0 commit comments

Comments
 (0)