Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 9 additions & 3 deletions .github/workflows/actions/prepare-distribution/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,13 +154,19 @@ runs:
Use the following commands to install the Mithril nodes:

- Download the **Mithril signer** in the current directory:
\`curl --proto '=https' --tlsv1.2 -sSf https://github.com/raw/input-output-hk/mithril/refs/heads/main/mithril-install.sh | sh -s -- -c mithril-signer -d ${{ inputs.tag }} -p $(pwd)\`
\`\`\`bash
curl --proto '=https' --tlsv1.2 -sSf https://github.com/raw/input-output-hk/mithril/refs/heads/main/mithril-install.sh | sh -s -- -c mithril-signer -d ${{ inputs.tag }} -p \$(pwd)
\`\`\`

- Download the **Mithril client CLI** in the current directory:
\`curl --proto '=https' --tlsv1.2 -sSf https://github.com/raw/input-output-hk/mithril/refs/heads/main/mithril-install.sh | sh -s -- -c mithril-client -d ${{ inputs.tag }} -p $(pwd)\`
\`\`\`bash
curl --proto '=https' --tlsv1.2 -sSf https://github.com/raw/input-output-hk/mithril/refs/heads/main/mithril-install.sh | sh -s -- -c mithril-client -d ${{ inputs.tag }} -p \$(pwd)
\`\`\`

- Download the **Mithril aggregator** in the current directory:
\`curl --proto '=https' --tlsv1.2 -sSf https://github.com/raw/input-output-hk/mithril/refs/heads/main/mithril-install.sh | sh -s -- -c mithril-aggregator -d ${{ inputs.tag }} -p $(pwd)\`
\`\`\`bash
curl --proto '=https' --tlsv1.2 -sSf https://github.com/raw/input-output-hk/mithril/refs/heads/main/mithril-install.sh | sh -s -- -c mithril-aggregator -d ${{ inputs.tag }} -p \$(pwd)
\`\`\`
EOF

- name: Create and sign sha256 checksum
Expand Down