File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -268,7 +268,8 @@ Packages from a GitLab repository. Full syntax:
268
268
\item \verb{<package >} is the name of the package. If this is missing, then
269
269
the name of the repository is used.
270
270
\item \verb{<project-path >} is typically the GitLab user or group name, but
271
- it may contain subgroups.
271
+ it may contain subgroups. For GitLab instances that are not on gitlab.com, you
272
+ must also give the protocol and hostname as part of the project-path.
272
273
\item \verb{<repository >} is the name of the repository, or the project in GitLab
273
274
terminology. GitLab
274
275
\href{https://docs.gitlab.com/ee/user/group/subgroups/}{subgroups} are
@@ -290,6 +291,7 @@ Examples:
290
291
\if{html}{\out{<div class =" sourceCode " >}}\preformatted{gitlab::gaborcsardi/cli
291
292
gitlab::r-hub/filelock@main
292
293
gitlab::group/subgroup/subsubgroup/project/-/subdir@ref
294
+ gitlab::https://example.com/gaborcsardi/cli
293
295
}\if{html}{\out{</div >}}
294
296
}
295
297
You can’t perform that action at this time.
0 commit comments