add links to programs dir (#22)

This commit is contained in:
Paul 2022-02-25 22:26:46 +01:00 committed by GitHub
parent 2c0cc2dc48
commit 2d921ac23b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 0 deletions

View File

@ -7,6 +7,10 @@ Solana apps.
Feel free to file an issue or submit a pull request.
## Programs
You can find the program examples used in the book in the [programs directory](./programs/).
## 💻 Run The Anchor Book Locally
To run on a Mac, install [Homebrew](https://brew.sh/) if you don't already have

View File

@ -1,4 +1,6 @@
# Milestone Project - Tic-Tac-Toe
> [Program Code](https://github.com/project-serum/anchor-book/tree/master/programs/tic-tac-toe)
You're now ready to build your first anchor project. Create a new anchor workspace with
```