Skip to content

Commit

Permalink
readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
adityakaklij committed Aug 17, 2024
1 parent 18f33d1 commit f7d8cb2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
Binary file modified .DS_Store
Binary file not shown.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,13 @@ Whether you need to quickly view file contents, inspect file metadata, or perfor
Get the latest version of nrt:

```sh
# Using curl
curl -L -o nrt https://github.com/adityakaklij/nrt/releases/download/v0.1.0/nrt && chmod +x nrt && sudo mv nrt /usr/local/bin/
# For Apple Silicon
curl -L -o nrt https://github.com/adityakaklij/nrt/releases/download/v0.1.1_Linux/nrt && chmod +x nrt && sudo mv nrt /usr/local/bin/

# Using apt
# For Linux
curl -L -o nrt https://github.com/adityakaklij/nrt/releases/download/v0.1.0-Linux/nrt && chmod +x nrt && sudo mv nrt /usr/local/bin/

# Using brew
# Using Windows

```

Expand Down

0 comments on commit f7d8cb2

Please sign in to comment.