File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -36,6 +36,7 @@ experience similar to the GitLab WebUI with respect to errors and messages.
3636# Usage recommendation
3737
3838One 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
7676scoop 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
178178If running _ lab_ locally, the variables ` LAB_CORE_HOST ` and ` LAB_CORE_TOKEN ` can be used, preventing configuration file
179179creation/update. For example to use _ gitlab.com_ do:
180+
180181```
181182export LAB_CORE_HOST="https://gitlab.com"
182183```
@@ -185,7 +186,7 @@ export LAB_CORE_HOST="https://gitlab.com"
185186
186187The environment variables ` CI_PROJECT_URL ` , ` CI_JOB_TOKEN ` and ` GITLAB_USER_LOGIN ` , intended to be used in a CI
187188environment, 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
You can’t perform that action at this time.
0 commit comments