We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2cbf32 commit eea3b3aCopy full SHA for eea3b3a
README.md
@@ -51,8 +51,7 @@ Install the latest version using the installation script:
51
> Note: Temporally, while the repo is private, make sure to include your GitHub token first:
52
53
```shell
54
-curl -sfL -H "Authorization: token $GITHUB_TOKEN" \
55
- https://raw.githubusercontent.com/NVIDIA/aicr/main/install | bash -s --
+curl -sfL https://raw.githubusercontent.com/NVIDIA/aicr/main/install | bash -s --
56
```
57
58
See [Installation Guide](docs/user/installation.md) for manual installation, building from source, and container images.
0 commit comments