@nushell/windows-x64 0.3.1 → 0.3.3

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
@@ -5,6 +5,8 @@ The only purpose of this repository is to publish [Nushell](https://github.com/n
5
5
 
6
6
  For issues about the `nushell` **npm** package (such as installation, format, etc.) please create an issue [here](https://github.com/hustcer/nu-to-npm/issues), and for issues about the `nu` binaries please go to the [Official Nushell Repo](https://github.com/nushell/nushell/issues) to submit an issue.
7
7
 
8
+ To install `nu` by npm, simply run: `npm i -g nushell`, then you can run `nu` to start a new session.
9
+
8
10
  ## Note
9
11
 
10
12
  The **npm** package for `nushell` currently contains only the `nu` binary, and the official plugins were not included, if you need the full version, please build it from source or [download the packages from here](https://github.com/nushell/nushell/releases)
package/README.zh-CN.md CHANGED
@@ -5,6 +5,8 @@
5
5
 
6
6
  对于 `nushell` **npm** 包的问题(诸如安装、格式等)可以 [在此](https://github.com/hustcer/nu-to-npm/issues) 提 Issue,至于 `nu` 二进制文件的问题请前往 [此处](https://github.com/nushell/nushell/issues) 提 Issue。
7
7
 
8
+ 通过 `npm` 安装 **nushell** 只需要执行: `npm i -g nushell` 即可,然后你可以通过 `nu` 命令创建一个新的会话。
9
+
8
10
  ## 注意
9
11
 
10
12
  `nushell` 的 **npm** 包内目前只包含 `nu` 二进制文件,不含官方提供的各插件,如需完整版本请自行通过源码构建或者 [由此下载](https://github.com/nushell/nushell/releases)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nushell/windows-x64",
3
- "version": "0.3.1",
3
+ "version": "0.3.3",
4
4
  "description": "Publish the official nushell binary to npm by @hustcer",
5
5
  "repository": {
6
6
  "type": "git",