From 11b0556e4d6782fa7c76ce6bb0e04f7a1c11aa50 Mon Sep 17 00:00:00 2001 From: Paul Garlick Date: Fri, 11 May 2018 16:07:07 +0100 Subject: 'give access' instead of 'access' --- INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL.md b/INSTALL.md index daa4acb..d5ddfd3 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -30,7 +30,7 @@ First, install GNU Guix; follow the installation instructions in the [GNU Guix manual](https://www.gnu.org/software/guix/manual/html_node/Installation.html#Installation). There are two options; the binary installation method is the easier of the two. -Second, set the environment variables to access to the ``guix`` executable. +Second, set the environment variables to give access to the ``guix`` executable. This can be done using a shell function. For a *bash* shell, for example, the following function can be defined in the .bashrc file: -- cgit