Skip to content

Commit 96faa1a

Browse files
committed
docs(README): refresh make help section
1 parent a64e032 commit 96faa1a

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -120,18 +120,17 @@ Targets:
120120
chain-init Initialize the blockchain with default settings.
121121
chain-start Start the blockchain with existing configuration (see chain-init)
122122
chain-stop Stop the blockchain
123-
chain-upgrade Test the chain upgrade from the given FROM_VERSION to the given TO_VERSION
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
124124
Clean:
125125
clean Remove all the files from the target folder
126126
Proto:
127127
proto Generate all resources for proto files (go, doc, etc.)
128-
proto-format Format Protobuf files
129-
proto-build Build all Protobuf files
130128
proto-gen Generate all the code from the Protobuf files
131129
Documentation:
132130
doc Generate all the documentation
133131
doc-proto Generate the documentation from the Protobuf files
134132
doc-command Generate markdown documentation for the command
133+
doc-predicate Generate markdown documentation for all the predicates (module logic)
135134
Mock:
136135
mock Generate all the mocks (for tests)
137136
Release:

0 commit comments

Comments
 (0)