Skip to content

Commit

Permalink
docs: configure-v3 (#4214)
Browse files Browse the repository at this point in the history
Before the `configure-v3` command didn't show up in Makefile help

(cherry picked from commit 315aa86)
  • Loading branch information
rootulp authored and mergify[bot] committed Jan 14, 2025
1 parent ada5cde commit 4988759
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -323,6 +323,7 @@ disable-mptcp:
CONFIG_FILE ?= ${HOME}/.celestia-app/config/config.toml
SEND_RECV_RATE ?= 10485760 # 10 MiB

## configure-v3: Modifies config file in-place to conform to v3.x recommendations.
configure-v3:
@echo "Using config file at: $(CONFIG_FILE)"
@if [ "$$(uname)" = "Darwin" ]; then \
Expand Down

0 comments on commit 4988759

Please sign in to comment.