From 27445d08a98c7fa0984019d33f8b31c8f079649d Mon Sep 17 00:00:00 2001 From: selimseker Date: Wed, 4 Sep 2024 15:32:36 +0300 Subject: [PATCH] update node guide [skip ci] --- docs/NODE_GUIDE.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/docs/NODE_GUIDE.md b/docs/NODE_GUIDE.md index 4c2d07f..6f8eca2 100644 --- a/docs/NODE_GUIDE.md +++ b/docs/NODE_GUIDE.md @@ -131,11 +131,7 @@ Download the appropriate ZIP file for your system using the commands below or fr > > If you prefer this you can move on to the [Usage](#usage) section -Dria Compute Node makes use of several environment variables. Create a `.env` file, and copy the environment variables as given in [.env.example](./.env.example). Or simple download the [.env.example](./.env.example) as `.env` with the following command. We will fill out the missing parts in a moment. - -```sh -curl -o .env https://raw.githubusercontent.com/firstbatchxyz/dkn-compute-node/master/.env.example -``` +Dria Compute Node makes use of several environment variables. We will fill out the missing parts witin `.env` file in a moment. > [!NOTE] >