Merge pull request #59 from charlieok/fix_copy_paste_oversight

Fix copy/paste oversight
This commit is contained in:
Charlie O'Keefe 2019-03-29 11:26:19 -06:00 committed by GitHub
commit 79092f4036
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -62,8 +62,8 @@ providing a convenient facility for setting up project-specific configuration.
sudo apt install direnv
```
To activate direnv when starting bash (the default shell on Debian 9), add the following line to the
end of `~/.bashrc`:
To activate direnv when starting bash (the default shell on Ubuntu 18.04), add the following line to
the end of `~/.bashrc`:
```
eval "$(direnv hook bash)"