From 0f985ecf9c245745e06fbd311d7520470f3ed49d Mon Sep 17 00:00:00 2001 From: kastik Date: Mon, 7 Feb 2022 23:36:58 +0200 Subject: [PATCH] Update README.rst --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 0ccd7b8d8ab..3178297d3bf 100644 --- a/README.rst +++ b/README.rst @@ -68,7 +68,7 @@ The download includes cardano-node.exe and a .dll. To run the node with cardano- .. code-block:: console - cardano-node.exe run --topology ./mainnet-topology.json --database-path ./state --port 3001 --config ./configuration-mainnet.yaml --socket-path \\.\pipe\cardano-node + cardano-node.exe run --topology ./configuration/cardano/mainnet-topology.json --database-path ./state --port 3001 --config ./configuration/cardano/mainnet-config.yaml --socket-path \\.\pipe\cardano-node Docker image ============