Merge pull request #10 from the-mikedavis/fix-hx-binary-name

fix: use 'hx' to start the Helix editor
This commit is contained in:
Ryan Yin 2023-07-04 08:24:47 +08:00 committed by GitHub
commit a69bfa00ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -197,7 +197,7 @@ Then update `configuration.nix` to install `helix` from the input `helix`:
}
```
To deploy the changes, run `sudo nixos-rebuild switch`. Then start the Helix editor by running the `helix` command.
To deploy the changes, run `sudo nixos-rebuild switch`. Then start the Helix editor by running the `hx` command.
## Add Custom Cache Mirror

View File

@ -192,7 +192,7 @@ cat flake.nix
}
```
改好后再 `sudo nixos-rebuild switch` 部署,就能安装好 helix 程序了,可直接在终端使用 `helix` 命令测试验证。
改好后再 `sudo nixos-rebuild switch` 部署,就能安装好 helix 程序了,可直接在终端使用 `hx` 命令测试验证。
## 为 Flake 添加国内 cache 源 {#add-cache-source-for-flake}