Don’t run the curl commands lol

This commit is contained in:
Graham Christensen 2023-05-21 21:41:21 -04:00 committed by GitHub
parent 29d8f15b21
commit cb91725824
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -72,27 +72,27 @@ This commit's nix-actions-cache binaries can be fetched from:
Intel macOS:
```
\`\`\`
curl --output nix-actions-cache --proto '=https' --tlsv1.2 -sSf -L https://install.determinate.systems/nix-actions-cache/macOS/rev/$GIT_ISH
```
\`\`\`
x86_64 Linux:
```
\`\`\`
curl --output nix-actions-cache --proto '=https' --tlsv1.2 -sSf -L https://install.determinate.systems/nix-actions-cache/Linux/rev/$GIT_ISH
```
\`\`\`
Or generally from this ${TYPE}:
Intel macOS:
```
\`\`\`
curl --output nix-actions-cache --proto '=https' --tlsv1.2 -sSf -L https://install.determinate.systems/nix-actions-cache/macOS/${TYPE}/${DEST}
```
\`\`\`
x86_64 Linux:
```
\`\`\`
curl --output nix-actions-cache --proto '=https' --tlsv1.2 -sSf -L https://install.determinate.systems/nix-actions-cache/Linux/${TYPE}/${DEST}
```
\`\`\`
EOF