Postingan

Menampilkan postingan dari Agustus, 2026

Cara Install opencode ai

 sudo apt update && \ sudo apt install -y curl git ca-certificates && \ curl -fsSL https://opencode.ai/install | bash && \ echo 'export PATH="$HOME/.opencode/bin:$PATH"' >> ~/.bashrc && \ export PATH="$HOME/.opencode/bin:$PATH" && \ opencode --version