Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
chromebrew
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
0
Merge Requests
0
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
chromebrew
Commits
91d0771c
Commit
91d0771c
authored
Jan 27, 2017
by
lyxell
Committed by
GitHub
Jan 27, 2017
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #414 from cstrouse/fix-mandb
[mandb] Update post-installation message to include missing step
parents
dafc98c3
4a02132a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
packages/mandb.rb
packages/mandb.rb
+3
-1
No files found.
packages/mandb.rb
View file @
91d0771c
...
...
@@ -24,6 +24,8 @@ class Mandb < Package
puts
""
puts
"You will have to change the default PAGER env variable to be able to use mandb:"
puts
"echo
\"
export PAGER=/usr/local/bin/less
\"
>> ~/.bashrc && . ~/.bashrc"
puts
""
puts
"You will also have to set the MANPATH env variable:"
puts
"echo
\"
export MANPATH/usr/local/man:$MANPATH
\"
>> ~/.bashrc && ~/.bashrc"
end
end
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