setup-holistics-cli
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseHolistics CLI
Holistics CLI
Setup (once)
安装配置(仅需执行一次)
macOS and Linux
macOS 和 Linux
bash
curl -fsSL https://raw.githubusercontent.com/holistics/holistics-cli/refs/heads/master/install.sh | bashThe CLI is not compatible with MacOS 12.x (Monterey), which reached end of life on September 16, 2024. There are 2 solutions:
- Upgrade to MacOS 13 (Ventura) or later
- If you have Node.js installed, you can run the CLI from source code, please refer to: https://github.com/holistics/holistics-cli#how-to-run-the-code-via-node
bash
curl -fsSL https://raw.githubusercontent.com/holistics/holistics-cli/refs/heads/master/install.sh | bash该CLI不兼容MacOS 12.x(蒙特雷版本),该系统已于2024年9月16日停止维护。有两种解决方案:
- 升级到MacOS 13(文图拉版本)或更高版本
- 如果你已经安装了Node.js,可以从源代码运行该CLI,参考地址:https://github.com/holistics/holistics-cli#how-to-run-the-code-via-node
Windows
Windows
At the moment, we do not have an installation script for Windows. Please manually download the latest release, then add it to your Path in the Environment Variables.
目前我们暂未提供Windows系统的安装脚本。请手动下载最新版本,然后将其添加到环境变量的Path中。