You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+24Lines changed: 24 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -89,6 +89,30 @@ Download the appropriate binary for your system from the [latest release](https:
89
89
90
90
Make the binary executable (for Linux/macOS) with `chmod +x local-content-share-*` and then run the binary with `./local-content-share-*`. The application will be available at `http://localhost:8080`.
91
91
92
+
### Using Nix
93
+
94
+
The package is available as a flake :
95
+
96
+
```bash
97
+
nix run github:Tanq16/local-content-share
98
+
```
99
+
100
+
You can also add it to your system/home-manager configuration :
0 commit comments