Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 478 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 478 Bytes

中文简体 | English

使用方法

$ chatgpt --help

安装

  1. Github release page (全平台支持))

下载可执行文件,并且把它加入到$PATH 环境变量中

  1. 使用 Golang 从源码中构建并安装 (全平台支持)
go install github.com/axetroy/chatgpt/cmd/chatgpt
  1. 通过 npm 安装
npm install @axetroy/chatgpt -g