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.
2 parents 6b82b97 + e450d69 commit 467fc18Copy full SHA for 467fc18
1 file changed
README.md
@@ -91,7 +91,7 @@ contract Token {
91
cargo install --git https://github.com/cryptuon/solscript solscript-cli
92
93
# Create a project
94
-solscript init my-token
+solscript new my-token
95
cd my-token
96
97
# Build and deploy
@@ -215,7 +215,7 @@ export LLVM_SYS_180_PREFIX=$(brew --prefix llvm@18)
215
## CLI Reference
216
217
```bash
218
-solscript init <name> # Create new project
+solscript new <name> # Create new project
219
solscript build <file> # Generate Rust/Anchor code
220
solscript build-bpf <file> # Compile to deployable .so
221
solscript build-bpf --llvm # Direct LLVM compilation
0 commit comments