📌 📄 内容摘要:
@ricerug 在 在windows的linux虚拟机中,使用openclaw,极简教程 中发帖
1.安装虚拟机 VMware
2.下载ubuntu并在虚拟机中安装
3.进入系统,Ctrl + Alt + T打开终端
4.运行命令 sudo apt update 再运行命令sudo apt install curl -y
5.安装nvm 运行命令curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.1/install.sh | bash
6.安装Node.js v22 运行命令 nvm install 22
7.接着安装openclaw,运行命令curl -fsSL https://openclaw.ai/install.sh | bash
8.安装完之后跟着指导,可以先不设置模型这些,只需要把对话工具设置好就行。
9.编辑配置文件,运行命令nano .openclaw/openclaw.json ...
────────── 链接信息 ────────── 🔗 论坛链接: linux.do 📎 访问地址: https://linux.do/t/topic/1583532/1 ─────────────────────────────
📢 来源:LINUX DO