Skip to content

Commit 21b1c4e

Browse files
committed
Update download exercises instructions
1 parent 8e678a2 commit 21b1c4e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Checking your first proof is as easy as:
2626

2727
```bash
2828
pip install proof_frog
29-
git clone https://github.com/ProofFrog/examples
29+
proof_frog download-exmaples
3030
proof_frog prove examples/Proofs/PubKeyEnc/HybridKEMDEM_INDCPA_MultiChal.proof
3131
```
3232

researchers/gen-ai.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@ pip install proof_frog[mcp]
3333

3434
(The rest of this document assumes that you ran the above commands in the directory `/path/to/working/directory`)
3535

36-
To give the server a useful set of examples to draw on, clone the examples repository into the same working directory before continuing:
36+
To give the server a useful set of examples to draw on, download the examples repository into the same working directory before continuing:
3737

3838
```
39-
git clone https://github.com/ProofFrog/examples
39+
proof_frog download-examples
4040
```
4141

4242
Download the following guidance file from the ProofFrog repository into your working directory so that your coding agent can read it at the start of a session to get some hints on how to use the MCP server:

0 commit comments

Comments
 (0)