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
Create convenience targets to install and reinstall the application where the latter removes the systemd unit files before pulling the latest changes by running bat reset if the application already exists.
The former should pull the changes i.e., git pull --rebase, build the application, and install it to /usr/local/bin.
See the following discussion for details : #73 (comment).
The text was updated successfully, but these errors were encountered:
Create convenience targets to install and reinstall the application where the latter removes the systemd unit files before pulling the latest changes by running
bat reset
if the application already exists.The former should pull the changes i.e.,
git pull --rebase
, build the application, and install it to/usr/local/bin
.See the following discussion for details : #73 (comment).
The text was updated successfully, but these errors were encountered: