> For the complete documentation index, see [llms.txt](https://topologyupdater.hivestaking.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://topologyupdater.hivestaking.com/create-topologyupdater-logs/create-topologyupdater-logs-folder-and-download-script.md).

# Create TopologyUpdater logs folder & download script

## Create Logs folder:

```
cd ~/cardano-node
mkdir logs
```

{% hint style="info" %}
&#x20;Now that we've created the logs folder, let's down the script.
{% endhint %}

```
cd ~/cardano-node/scripts
curl -s -o topologyUpdater.sh https://raw.githubusercontent.com/cardano-community/guild-operators/master/scripts/cnode-helper-scripts/topologyUpdater.sh
chmod 750 topologyUpdater.sh
```
