diff --git a/README.md b/README.md index 9d7d2443f2a1dd33c6a08ea1573cd2c057e6a6ad..870525dee21588486c7db4bdfecc9b12c84ffbec 100644 --- a/README.md +++ b/README.md @@ -146,8 +146,8 @@ To authenticate your installation of `glab` with a personal access token: from a file: `glab auth login --stdin < myaccesstoken.txt` - For self-managed instances, authenticate by reading from a file: `glab auth login --hostname gitlab.example.com --stdin < myaccesstoken.txt`. This will allow you to perform - authenticated `glab` commands against a self-managed instance when you are in a Git repository with a remote - matching your self-managed instance's host. Alternatively set `GITLAB_HOST` to direct your command to your self-managed instance. + authenticated `glab` commands against a self-managed instance when you are in a Git repository with a remote + matching your self-managed instance's host. Alternatively set `GITLAB_HOST` to direct your command to your self-managed instance. - Authenticate with token and hostname: `glab auth login --hostname gitlab.example.org --token xxxxx` Not recommended for shared environments. diff --git a/docs/installation_options.md b/docs/installation_options.md index 7fdcdf3931068f3d77b7e5fd193227ea67e462df..6f01662e4e0e11d1af6a1d7f5fb70e1d346d5878 100644 --- a/docs/installation_options.md +++ b/docs/installation_options.md @@ -12,6 +12,10 @@ are maintained by the community. ## Table of contents + + Packaging status + + - [macOS](#macos) - [Windows](#windows) - [Linux](#linux)