@snowdreamtech/unigo-linux-riscv64 0.0.6 → 0.0.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -49,6 +49,20 @@ UniGo is engineered to solve the boilerplate problem when starting new Go CLI pr
49
49
  - **Git**: Global git installation required.
50
50
  - **UniRTM**: Required for task execution and orchestration.
51
51
 
52
+ ### Installation
53
+
54
+ **Via NPM**:
55
+
56
+ ```sh-session
57
+ npm install -g @snowdreamtech/unigo
58
+ ```
59
+
60
+ **Via PyPI**:
61
+
62
+ ```sh-session
63
+ pip install snowdreamtech-unigo
64
+ ```
65
+
52
66
  ### Quick Start
53
67
 
54
68
  1. **Install UniRTM**: Ensure `unirtm` is installed on your system.
package/README_zh-CN.md CHANGED
@@ -49,6 +49,20 @@ UniGo 旨在解决每次启动新的 Go CLI 项目时遇到的模板化和重复
49
49
  - **Git**: 需要全局安装 git。
50
50
  - **UniRTM**: 必须安装以执行任务编排。
51
51
 
52
+ ### 安装
53
+
54
+ **通过 NPM 安装**:
55
+
56
+ ```sh-session
57
+ npm install -g @snowdreamtech/unigo
58
+ ```
59
+
60
+ **通过 PyPI 安装**:
61
+
62
+ ```sh-session
63
+ pip install snowdreamtech-unigo
64
+ ```
65
+
52
66
  ### 快速开始
53
67
 
54
68
  1. **安装 UniRTM**:请确保系统已安装 `unirtm`。
package/bin/unigo CHANGED
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@snowdreamtech/unigo-linux-riscv64",
3
- "version": "0.0.6",
3
+ "version": "0.0.8",
4
4
  "description": "unigo binary for Linux RISC-V 64-bit",
5
5
  "license": "MIT",
6
6
  "homepage": "https://github.com/snowdreamtech/unigo",