Skip to content

Commit

Permalink
docs: explicitely state where to initialize the new anchor program (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
jim4067 authored Nov 25, 2023
1 parent beb15cd commit 38907fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/pages/docs/cross-program-invocations.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ pub struct Data {

There's nothing special happening here. It's a pretty simple program! The interesting part is how it interacts with the next program we are going to create.

Run
Still inside the project, initialize a new `puppet-master` program using,

```shell
anchor new puppet-master
Expand Down

1 comment on commit 38907fa

@vercel
Copy link

@vercel vercel bot commented on 38907fa Nov 25, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

anchor-docs – ./

www.anchor-lang.com
anchor-docs-200ms.vercel.app
anchor-lang.com
anchor-docs-git-master-200ms.vercel.app

Please sign in to comment.