Commit f5bb2d0d authored by Sergei Trofimovich's avatar Sergei Trofimovich
Browse files

README.rst: make the command ready for copy/paste


Signed-off-by: default avatarSergei Trofimovich <slyfox@gentoo.org>
parent c67ec09d
...@@ -14,7 +14,8 @@ you likely need to keyword everything in it:: ...@@ -14,7 +14,8 @@ you likely need to keyword everything in it::
# #
# and the overlay configuration itself: # and the overlay configuration itself:
layman -a haskell layman -a haskell
echo '*/*::gentoo-haskell ~your-arch' >> /etc/portage/package.accept_keywords # and unmask unstable versions for your arch:
echo "*/*::gentoo-haskell ~$(portageq envvar ARCH)" >> /etc/portage/package.accept_keywords
And here is the trick to speed up metadata resolution a bit. And here is the trick to speed up metadata resolution a bit.
If you happen to use ``eix-sync`` for rsyncs you might If you happen to use ``eix-sync`` for rsyncs you might
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment