Skip to content
Open
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
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ contract Token {
cargo install --git https://github.com/cryptuon/solscript solscript-cli

# Create a project
solscript init my-token
solscript new my-token
cd my-token

# Build and deploy
Expand Down Expand Up @@ -215,7 +215,7 @@ export LLVM_SYS_180_PREFIX=$(brew --prefix llvm@18)
## CLI Reference

```bash
solscript init <name> # Create new project
solscript new <name> # Create new project
solscript build <file> # Generate Rust/Anchor code
solscript build-bpf <file> # Compile to deployable .so
solscript build-bpf --llvm # Direct LLVM compilation
Expand Down