Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update download link to latest working one #3

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ The ideal scenario would be to ship prebuilt Docker images containing NSO but as
- Clone this repository to your local machine
- `git clone https://gitlab.com/nso-developer/nso-docker.git`
- Download Cisco NSO
- go to <https://developer.cisco.com/docs/nso/#!getting-nso/getting-nso> and click the &ldquo;NSO 5.x Linux&rdquo; link to download NSO
- go to <https://developer.cisco.com/docs/nso/getting-and-installing-nso/#download-your-nso-free-trial-installer-and-cisco-neds> and click the &ldquo;NSO 5.x Linux&rdquo; link to download NSO
- If the file ends with `.signed.bin`, it is a self-extracting archive that verifies a signature, execute it to produce the installer
- for example running `bash nso-5.3.linux.x86_64.signed.bin` will produce a number of files, among them the install `nso-5.3.linux.x86_64.installer.bin`
- Place the `nso-5.x.linux.x86_64.installer.bin` file in `nso-install-files/` in this repository
Expand Down