Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ The Foundry project has been successfully initialized!
At this point, delete the sample code from `src` and the test file from `test` -- we won't need them anymore.

```bash copy
rm -r src/* test/*
rm -r src/* test/* scripts/*
```

### Install the Pyth SDK
Expand Down
Loading