Gemini CLI: Difference between revisions
Appearance
Created page with "== Installation on Ubuntu (WSL2) == * Ubuntu 24.04 does not come with Node v20 <pre> 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 </pre>" |
mNo edit summary |
||
| (4 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
== Installation on Ubuntu (WSL2) == | == Installation on Ubuntu (WSL2) == | ||
# Install node [[Node.js]] (min. version 20) | |||
# Install Gemini-cli | |||
<blockquote> | |||
<pre> | <pre> | ||
npm install -g @google/gemini-cli | |||
</pre> | |||
</blockquote> | |||
[[Category:Programming]] | |||
[[Category:AI]] | |||
Latest revision as of 14:37, 15 September 2025
Installation on Ubuntu (WSL2)
- Install node Node.js (min. version 20)
- Install Gemini-cli
npm install -g @google/gemini-cli