We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 736822f commit 1583cf1Copy full SHA for 1583cf1
pages/price-feeds/create-your-first-pyth-app/evm/part-1.mdx
@@ -62,7 +62,7 @@ The Foundry project has been successfully initialized!
62
At this point, delete the sample code from `src` and the test file from `test` -- we won't need them anymore.
63
64
```bash copy
65
-rm -r src/* test/*
+rm -r src/* test/* scripts/*
66
```
67
68
### Install the Pyth SDK
0 commit comments