Skip to content

Commit ab3535b

Browse files
aliesbelikprarit
authored andcommitted
docs: update scoop installation note
Since available in scoop/main bucket.
1 parent 644d19a commit ab3535b

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ experience similar to the GitLab WebUI with respect to errors and messages.
3636
# Usage recommendation
3737

3838
One can use _lab_ as a Git alias, integrating seamlessly to their Git workflow.
39+
3940
```
4041
$ cat ~/.gitconfig
4142
...
@@ -72,7 +73,6 @@ nix-env -f '<nixpkgs>' -iA gitAndTools.lab
7273

7374
### Scoop
7475
```
75-
scoop bucket add zaquestion https://github.com/zaquestion/scoop-bucket.git
7676
scoop install lab
7777
```
7878

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

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

100100
### Source
101101

@@ -177,6 +177,7 @@ file using TOML format.
177177

178178
If running _lab_ locally, the variables `LAB_CORE_HOST` and `LAB_CORE_TOKEN` can be used, preventing configuration file
179179
creation/update. For example to use _gitlab.com_ do:
180+
180181
```
181182
export LAB_CORE_HOST="https://gitlab.com"
182183
```
@@ -185,7 +186,7 @@ export LAB_CORE_HOST="https://gitlab.com"
185186

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

190191
# Completions
191192

0 commit comments

Comments
 (0)