Skip to content

Commit b61ec73

Browse files
committed
Suggest unfortunate workaround for Firefox behavior
1 parent 3a9c5a2 commit b61ec73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/getting-started/quickstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ We'll use only two tools initially: `simc` (the SimplicityHL compiler) and `hal-
33

44
Both of these can be installed with `cargo`; make sure you <a href="https://doc.rust-lang.org/stable/cargo/getting-started/installation.html">have `cargo` installed</a> first. The demo script also requires `jq` and `curl` (for parsing JSON data and connecting to Liquid Testnet API endpoints).
55

6-
You will also need to download the <a href="/assets/p2ms-demo.sh">p2ms-demo.sh</a> bash script from this site. Then mark it executable with `chmod +x p2ms-demo`.
6+
You will also need to download the <a href="/assets/p2ms-demo.sh">p2ms-demo.sh</a> bash script from this site. Then mark it executable with `chmod +x p2ms-demo`. (Firefox may refuse to save it because of its MIME type; if so, use `wget` or `curl` instead.)
77

88
The steps below should then be sufficient to perform your first Simplicity transaction with an on-chain contract written in SimplicityHL!
99

0 commit comments

Comments
 (0)