Skip to content

Commit 76e0213

Browse files
committed
docs(README): enhance Makefile help section with updated targets
1 parent 42ce869 commit 76e0213

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,6 @@ The project comes with a convenient `Makefile` that helps you to build, install,
9999
$ make <target>
100100
101101
Targets:
102-
Lint:
103102
lint Lint all available linters
104103
lint-go Lint go source code
105104
lint-proto Lint proto files
@@ -120,7 +119,7 @@ Targets:
120119
chain-init Initialize the blockchain with default settings.
121120
chain-start Start the blockchain with existing configuration (see chain-init)
122121
chain-stop Stop the blockchain
123-
chain-upgrade Test the chain upgrade from the given FROM_VERSION to the given TO_VERSION. You can pass also the proposal json file on PROPOSAL var
122+
chain-upgrade Test the chain upgrade from the given FROM_VERSION to the given TO_VERSION.
124123
Clean:
125124
clean Remove all the files from the target folder
126125
Proto:
@@ -135,6 +134,9 @@ Targets:
135134
mock Generate all the mocks (for tests)
136135
Release:
137136
release-assets Generate release assets
137+
Dependencies:
138+
deps Install all the dependencies (tools, etc.)
139+
deps-tparse Install tparse v0.16.0 (github.com/mfridman/tparse@v0.16.0)
138140
Help:
139141
help Show this help.
140142

0 commit comments

Comments
 (0)