Bladeren bron

delete idl generation from readme (#70)

melonges 4 maanden geleden
bovenliggende
commit
3a8dcea8f0
1 gewijzigde bestanden met toevoegingen van 0 en 11 verwijderingen
  1. 0 11
      README.md

+ 0 - 11
README.md

@@ -30,17 +30,6 @@ pnpm programs:format
 pnpm programs:lint
 pnpm programs:lint
 ```
 ```
 
 
-## Generating IDLs
-
-You may use the following command to generate the IDLs for your programs.
-
-```sh
-pnpm generate:idls
-```
-
-Depending on your program's framework, this will either use Shank or Anchor to generate the IDLs.
-Note that, to ensure IDLs are generated using the correct framework version, the specific version used by the program will be downloaded and used locally.
-
 ## Generating clients
 ## Generating clients
 
 
 Once your programs' IDLs have been generated, you can generate clients for them using the following command.
 Once your programs' IDLs have been generated, you can generate clients for them using the following command.