Skip to content

Commit

Permalink
docs: update scoop installation note
Browse files Browse the repository at this point in the history
Since available in scoop/main bucket.
  • Loading branch information
aliesbelik authored and prarit committed Oct 27, 2023
1 parent 644d19a commit ab3535b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ experience similar to the GitLab WebUI with respect to errors and messages.
# Usage recommendation

One can use _lab_ as a Git alias, integrating seamlessly to their Git workflow.

```
$ cat ~/.gitconfig
...
Expand Down Expand Up @@ -72,7 +73,6 @@ nix-env -f '<nixpkgs>' -iA gitAndTools.lab

### Scoop
```
scoop bucket add zaquestion https://github.com/zaquestion/scoop-bucket.git
scoop install lab
```

Expand All @@ -95,7 +95,7 @@ curl -s https://raw.githubusercontent.com/zaquestion/lab/master/install.sh | sud
### PreBuilt Binaries

Head to the [releases](https://github.com/zaquestion/lab/releases) page and download your preferred release
Head to the [releases](https://github.com/zaquestion/lab/releases) page and download your preferred release.

### Source

Expand Down Expand Up @@ -177,6 +177,7 @@ file using TOML format.

If running _lab_ locally, the variables `LAB_CORE_HOST` and `LAB_CORE_TOKEN` can be used, preventing configuration file
creation/update. For example to use _gitlab.com_ do:

```
export LAB_CORE_HOST="https://gitlab.com"
```
Expand All @@ -185,7 +186,7 @@ export LAB_CORE_HOST="https://gitlab.com"

The environment variables `CI_PROJECT_URL`, `CI_JOB_TOKEN` and `GITLAB_USER_LOGIN`, intended to be used in a CI
environment, can be set to prevent any configuration file creation/update. Also, any of these take precedence over all
other options.
other options.

# Completions

Expand Down

0 comments on commit ab3535b

Please sign in to comment.