Skip to content

Commit eea3b3a

Browse files
authored
chore: remove token for auth
Signed-off-by: Mark Chmarny <mchmarny@users.noreply.github.com>
1 parent e2cbf32 commit eea3b3a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,7 @@ Install the latest version using the installation script:
5151
> Note: Temporally, while the repo is private, make sure to include your GitHub token first:
5252
5353
```shell
54-
curl -sfL -H "Authorization: token $GITHUB_TOKEN" \
55-
https://raw.githubusercontent.com/NVIDIA/aicr/main/install | bash -s --
54+
curl -sfL https://raw.githubusercontent.com/NVIDIA/aicr/main/install | bash -s --
5655
```
5756

5857
See [Installation Guide](docs/user/installation.md) for manual installation, building from source, and container images.

0 commit comments

Comments
 (0)