Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
8e80c99a
Commit
8e80c99a
authored
Aug 13, 2019
by
Alexander Oleynikov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove extra quote
parent
76b34510
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
doc/install/installation.md
doc/install/installation.md
+1
-1
No files found.
doc/install/installation.md
View file @
8e80c99a
...
...
@@ -172,7 +172,7 @@ sudo make install
# Download and compile from source
cd
/tmp
curl
--remote-name
--location
--progress
https://www.kernel.org/pub/software/scm/git/git-2.22.0.tar.gz
echo
'a4b7e4365bee43caa12a38d646d2c93743d755d1cea5eab448ffb40906c9da0b
'
git-2.22.0.tar.gz
' | shasum -a256 -c - && tar -xzf git-2.22.0.tar.gz
echo
'a4b7e4365bee43caa12a38d646d2c93743d755d1cea5eab448ffb40906c9da0b git-2.22.0.tar.gz'
| shasum
-a256
-c
-
&&
tar
-xzf
git-2.22.0.tar.gz
cd
git-2.22.0/
./configure
--with-libpcre
make
prefix
=
/usr/local all
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment