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
4. Run `sudo mv nut /usr/local/bin/nut` to move the nut executable to you local binaries *optional step*
43
+
If you choose not to execute this step, use the nut commands just by simply adding a `./` before `nut`
44
+
45
+
5. Start the wrapped application by running `nut run`
46
+
47
+
6. See your changes by running `nut reload`
48
+
49
+
If you haven't done the Docker [post-installation step](https://docs.docker.com/install/linux/linux-postinstall/#manage-docker-as-a-non-root-user) just add `sudo` to the nut commands
50
+
51
+
That's it! :) Now you can have those pull requests rolling in! :D
0 commit comments