DeveloperBreeze

Solana Network Development Tutorials, Guides & Insights

Unlock 1+ expert-curated solana network tutorials, real-world code snippets, and modern dev strategies. From fundamentals to advanced topics, boost your solana network skills on DeveloperBreeze.

Installing Solana on Ubuntu

Tutorial August 09, 2024
bash rust

   export PATH="$HOME/solana/target/release:$PATH"

To make this change permanent, add the above line to your ~/.bashrc or ~/.zshrc file and source it: