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
This is being discussed in the 51st pull request. tldr: the concept revolves around incorporating arRPC as a system service on both on Linux and Windows systems.
People can set an alias to the start command and get it running easily
Example made for PowerShell :
notepad $PROFILE
if this prompts an error, run
New-Item -Path $PROFILE -Type File -Force
beforenpm install
on the folder if you run it for the first time. $PROFILE
How to use :
arrpc
Receive-Job -Name "arrpc"
Stop-Job -Name "arrpc"
How it plays :
The text was updated successfully, but these errors were encountered: