Skip to content
GitLab
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
Primary navigation
Search or go to…
Project
buildstream
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Privacy statement
Keyboard shortcuts
?
What's new
3
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
BuildStream
buildstream
Commits
0cb0be7a
There was a problem fetching the pipeline summary.
Commit
0cb0be7a
authored
7 years ago
by
James Ennis
Committed by
Javier Jardón
7 years ago
Browse files
Options
Downloads
Patches
Plain Diff
install.rst: Change ~ for $HOME just incase it expands to characters bash does not like
parent
1e2100d9
Branches
Branches containing commit
Tags
Tags containing commit
Loading
Pipeline
#
Changes
1
Pipelines
2
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/source/install.rst
+1
-1
1 addition, 1 deletion
doc/source/install.rst
with
1 addition
and
1 deletion
doc/source/install.rst
+
1
−
1
View file @
0cb0be7a
...
...
@@ -122,7 +122,7 @@ you need to ensure that ``PATH`` is adjusted.
A regular way to do this is to add the following line to the end of your ``~/.bashrc``::
export PATH=${PATH}:
~
/.local/bin
export PATH=
"
${PATH}:
${HOME}
/.local/bin
"
.. note::
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment