diff --git a/README.md b/README.md index 9c0609752..ce0a51d0c 100644 --- a/README.md +++ b/README.md @@ -13,15 +13,26 @@ Just run `near` and let it guide you through! Visit [Releases page](https://github.com/near/near-cli-rs/releases/) to see the latest updates.
- Install prebuilt binaries via shell script (macOS, Linux, WSL) + Install via Windows Installer (Windows) + + +https://github.com/user-attachments/assets/607f797b-0412-4741-984b-6b6032d05262 + +
+ +
+ Install via powershell script (Windows) ```sh -curl --proto '=https' --tlsv1.2 -LsSf https://github.com/near/near-cli-rs/releases/latest/download/near-cli-rs-installer.sh | sh +irm https://github.com/near/near-cli-rs/releases/latest/download/near-cli-rs-installer.ps1 | iex ``` + +https://github.com/user-attachments/assets/7d5d090e-4885-4c27-9d0f-045905952071 +
- Install prebuilt binaries via powershell script (Windows) + Install via shell script (macOS, Linux, Windows/WSL) ```sh irm https://github.com/near/near-cli-rs/releases/latest/download/near-cli-rs-installer.ps1 | iex @@ -29,7 +40,7 @@ irm https://github.com/near/near-cli-rs/releases/latest/download/near-cli-rs-ins
- Run prebuilt binaries with npx (Node.js) + Run via npx (Node.js on Windows, Linux, macOS) ```sh npx near-cli-rs @@ -37,7 +48,7 @@ npx near-cli-rs
- Install prebuilt binaries into your npm project (Node.js) + Use in package.json scripts (Node.js on Windows, Linux, macOS) ```sh npm install near-cli-rs @@ -45,7 +56,15 @@ npm install near-cli-rs
- Compile and install from the source code (Cargo) + Get a portable version (Windows, Linux, macOS) + + +https://github.com/user-attachments/assets/4a7e4633-1957-4dc2-a032-827fa9c06c29 + +
+ +
+ Compile and install from the source code (Cargo on Windows, Linux, macOS) Install it with `cargo`, just make sure you have [Rust](https://rustup.rs) installed on your computer. diff --git a/docs/media/install-powershell-script-small.mp4 b/docs/media/install-powershell-script-small.mp4 new file mode 100644 index 000000000..7a14d61af Binary files /dev/null and b/docs/media/install-powershell-script-small.mp4 differ diff --git a/docs/media/install-windows-msvc-msi-small.mp4 b/docs/media/install-windows-msvc-msi-small.mp4 new file mode 100644 index 000000000..f54accd31 Binary files /dev/null and b/docs/media/install-windows-msvc-msi-small.mp4 differ diff --git a/docs/media/install-windows-msvc-tar-gz-small.mp4 b/docs/media/install-windows-msvc-tar-gz-small.mp4 new file mode 100644 index 000000000..fbff67ff7 Binary files /dev/null and b/docs/media/install-windows-msvc-tar-gz-small.mp4 differ