File tree Expand file tree Collapse file tree 1 file changed +9
-3
lines changed
.github/workflows/actions/prepare-distribution Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -154,13 +154,19 @@ runs:
154
154
Use the following commands to install the Mithril nodes:
155
155
156
156
- Download the **Mithril signer** in the current directory:
157
- \`curl --proto '=https' --tlsv1.2 -sSf https://raw.githubusercontent.com/input-output-hk/mithril/refs/heads/main/mithril-install.sh | sh -s -- -c mithril-signer -d ${{ inputs.tag }} -p $(pwd)\`
157
+ \`\`\`bash
158
+ curl --proto '=https' --tlsv1.2 -sSf https://raw.githubusercontent.com/input-output-hk/mithril/refs/heads/main/mithril-install.sh | sh -s -- -c mithril-signer -d ${{ inputs.tag }} -p \$(pwd)
159
+ \`\`\`
158
160
159
161
- Download the **Mithril client CLI** in the current directory:
160
- \`curl --proto '=https' --tlsv1.2 -sSf https://raw.githubusercontent.com/input-output-hk/mithril/refs/heads/main/mithril-install.sh | sh -s -- -c mithril-client -d ${{ inputs.tag }} -p $(pwd)\`
162
+ \`\`\`bash
163
+ curl --proto '=https' --tlsv1.2 -sSf https://raw.githubusercontent.com/input-output-hk/mithril/refs/heads/main/mithril-install.sh | sh -s -- -c mithril-client -d ${{ inputs.tag }} -p \$(pwd)
164
+ \`\`\`
161
165
162
166
- Download the **Mithril aggregator** in the current directory:
163
- \`curl --proto '=https' --tlsv1.2 -sSf https://raw.githubusercontent.com/input-output-hk/mithril/refs/heads/main/mithril-install.sh | sh -s -- -c mithril-aggregator -d ${{ inputs.tag }} -p $(pwd)\`
167
+ \`\`\`bash
168
+ curl --proto '=https' --tlsv1.2 -sSf https://raw.githubusercontent.com/input-output-hk/mithril/refs/heads/main/mithril-install.sh | sh -s -- -c mithril-aggregator -d ${{ inputs.tag }} -p \$(pwd)
169
+ \`\`\`
164
170
EOF
165
171
166
172
- name : Create and sign sha256 checksum
You can’t perform that action at this time.
0 commit comments