summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorRuixi-rebirth <ruixirebirth@gmail.com>2023-06-06 03:18:49 -0600
committerGitHub <noreply@github.com>2023-06-06 05:18:49 -0400
commit8dbbdfa91032715ae67447eb62d1eb2da79063a5 (patch)
tree2fc4e7b613d93ac597ed2429a111803b7e841eab /README.md
parent94aeea4b34b2d0537b9079d986090f405a0413ea (diff)
Update flake.lock (#322)
Update flake.lock
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 8 insertions, 1 deletions
diff --git a/README.md b/README.md
index d38f14b..a576217 100644
--- a/README.md
+++ b/README.md
@@ -73,9 +73,10 @@ sudo dnf install joshuto
sudo eselect repository enable gentoo-zh
sudo emerge -av app-misc/joshuto
```
+
##### NixOS
-Here's an example of using it in a nixos configuration
+> Here's an example of using it in a nixos configuration
```nix
{
@@ -106,6 +107,12 @@ Here's an example of using it in a nixos configuration
}
```
+> Temporary run, not installed on the system
+
+```sh
+nix run github:kamiyaa/joshuto
+```
+
##### MacOS ([MacPorts](https://ports.macports.org/port/joshuto/details/))
```