unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
From: ludo@gnu.org (Ludovic Courtès)
To: "Thompson, David" <dthompson2@worcester.edu>
Cc: 22402@debbugs.gnu.org
Subject: bug#22402: info guix pages
Date: Thu, 21 Jan 2016 00:23:42 +0100	[thread overview]
Message-ID: <87k2n3u96p.fsf@gnu.org> (raw)
In-Reply-To: <CAJ=Rwfbwe1D6+j_52=kfNA4jX5+zf8b78Ek4F1P0Bu_YgmttXA@mail.gmail.com> (David Thompson's message of "Tue, 19 Jan 2016 12:17:32 -0500")

"Thompson, David" <dthompson2@worcester.edu> skribis:

> Ludo, to avoid this confusion in the future, perhaps the binary
> installation instructions for folks on foreign distros could have an
> additional instruction.  After symlinking root's guix to
> /usr/local/bin/guix, the documentation could suggest  symlinking the
> docs to /usr/local/share/info.  Would that help?

Good idea.  Done in aca738f.  Step #6 becomes:

--8<---------------cut here---------------start------------->8---
  6. Make the ‘guix’ command available to other users on the machine,
     for instance with:

          # mkdir -p /usr/local/bin
          # cd /usr/local/bin
          # ln -s /var/guix/profiles/per-user/root/guix-profile/bin/guix

     It is also a good idea to make the Info version of this manual
     available there:

          # mkdir -p /usr/local/share/info
          # cd /usr/local/share/info
          # for i in /var/guix/profiles/per-user/root/guix-profile/share/info/* ;
            do ln -s $i ; done

     That way, assuming ‘/usr/local/share/info’ is in the search path,
     running ‘info guix’ will open this manual (*note (texinfo)Other
     Info Directories::, for more details on changing the Info search
     path.)
--8<---------------cut here---------------end--------------->8---

Carl, WDYT?

Thanks,
Ludo’.

      parent reply	other threads:[~2016-01-20 23:24 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-01-18 23:43 bug#22402: info guix pages carl hansen
2016-01-19  1:47 ` Leo Famulari
2016-01-19  3:55   ` carl hansen
2016-01-19  9:01     ` Ludovic Courtès
2016-01-19  9:34       ` carl hansen
2016-01-19 10:45         ` Ludovic Courtès
2016-01-19 16:42           ` Efraim Flashner
2016-01-19 17:17         ` Thompson, David
2016-01-19 22:02           ` Leo Famulari
2016-01-20  0:45             ` carl hansen
2016-01-20  4:24               ` Leo Famulari
2016-01-21  1:26                 ` carl hansen
2016-01-21  3:21                   ` Leo Famulari
2016-01-20 23:23           ` Ludovic Courtès [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87k2n3u96p.fsf@gnu.org \
    --to=ludo@gnu.org \
    --cc=22402@debbugs.gnu.org \
    --cc=dthompson2@worcester.edu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).