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
-`--dry-run` : Show what would be done without making changes
32
+
-`--repo=URL` : Use a custom repository URL
33
+
-`-h, --help` : Show help message
34
+
35
+
Example:
36
+
```bash
37
+
bash scripts/install.sh --dry-run
38
+
```
39
+
24
40
## Using Nix Flakes
25
41
26
42
You can use [Nix flakes](https://nixos.wiki/wiki/Flakes) to run or build `rmxt` without installing Rust or any dependencies manually. This is the recommended method for Nix users.
0 commit comments