Jump to content

Gemini CLI

From Wiki
Revision as of 14:49, 4 September 2025 by Marcluer (talk | contribs)

Installation on Ubuntu (WSL2)

curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.3/install.sh | bash

node --version
nvm install 20
nvm use 20
node --version

npm install -g @google/gemini-cli