Skip to content

Commit b7efd93

Browse files
committed
We don't really need to chmod the demo bash script
1 parent f4a4793 commit b7efd93

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/getting-started/quickstart.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ Both of these will require `jq` and `curl` (for parsing JSON data and connecting
3333

3434
This script assumes you have already installed `simc` and `hal-simplicity` and also have `git`, `curl`, and `jq` available.
3535

36-
You will 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.)
36+
You will need to download the <a href="/assets/p2ms-demo.sh">p2ms-demo.sh</a> bash script from this site. (Firefox may refuse to save it because of its MIME type; if so, use `wget` or `curl` instead.)
3737

38-
Then just run `./p2ms-demo.sh` in the same directory where you checked out the `SimplicityHL` repository and downloaded `p2ms-demo.sh`. This should be sufficient to perform your first Simplicity transaction with an on-chain contract written in SimplicityHL!
38+
Then just run `bash p2ms-demo.sh` in the same directory where you checked out the `SimplicityHL` repository and downloaded `p2ms-demo.sh`. This should be sufficient to perform your first Simplicity transaction with an on-chain contract written in SimplicityHL!
3939

4040
This demo script exercises a Pay to <glossary:Multisig> contract written in SimplicityHL by performing a real transaction to and from this contract on the Liquid Testnet. Most commands are printed as they are run. You can look at the contents of `p2ms-demo.sh` to understand more about the steps it performs, or use it as a basis for performing Liquid Testnet transactions with other Simplicity contracts. At the end of the process, you'll see a link to the <a href="https://blockstream.info/">Explorer</a> to look at the details of the resulting transaction.
4141

0 commit comments

Comments
 (0)