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: updater/README.md
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,12 @@ The Nix shell provides all necessary dependencies and hooks for installing depen
12
12
nix-shell
13
13
```
14
14
15
+
This will produce an `bin/index.js` file, which is the executable script. You can run commands using the path to this script. The easiest way to do so is by aliasing the full path:
16
+
17
+
```sh
18
+
alias contrib-updater='node ~/path/to/governance/updater/bin/index.js'
19
+
```
20
+
15
21
You can now use `contrib-updater` to run the tool:
0 commit comments