diff --git a/.DS_Store b/.DS_Store index 6c6e539..3120fdf 100644 Binary files a/.DS_Store and b/.DS_Store differ diff --git a/README.md b/README.md index 2f5a227..58a92dc 100644 --- a/README.md +++ b/README.md @@ -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 ```