The official Scoop bucket for installing the Railway CLI. All binaries are signed using the Secure Hashing Algorithm
algorithm.
This presumes you have Scoop installed, if you don't, see this
scoop bucket add railway https://github.com/railwayapp/scoop-railway; scoop install railway/railway
Simply type scoop update railway/railway
to update your installation of the CLI.
Step by step instructions for installing Scoop.
- Open PowerShell
- Type the following commands into PowerShell:
iwr -useb get.scoop.sh | iex;
- Validate that Scoop is working by typing
scoop
. If it errors, and says something about execution policies, please see this to fix it.
To fix any execution policy errors you may get, open an administrative instance of PowerShell and type this to allow Scoop and the apps it installs to run.
Set-ExecutionPolicy RemoteSigned -scope CurrentUser