diff options
author | Matthew Lemon <y@yulqen.org> | 2023-05-01 21:19:37 +0100 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2023-05-01 21:19:37 +0100 |
commit | cd03c93ebe9e0ae6c22d1044115b4b9668f97276 (patch) | |
tree | a4538babb87db2f8fa8e164fc8092ff62909d615 /lynx/README.md | |
parent | ec6bf998364f50375bd748ab8c61fbc064226e7d (diff) |
newsboat and lynx
Diffstat (limited to 'lynx/README.md')
-rw-r--r-- | lynx/README.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/lynx/README.md b/lynx/README.md new file mode 100644 index 0000000..363858e --- /dev/null +++ b/lynx/README.md @@ -0,0 +1,10 @@ +## lynx setup + +Instructions in this video: https://www.youtube.com/watch?v=hifs83xV2PQ + +Basically - all the config here is symlinked from ~/.config. + +Instead of calling lynx from /usr/bin/lynx or wherever it is installed, you +want to call the `lynx` script in this directory, so you have to make sure that +is in your path. That is a wrapper script that sets the necessary environment +variables for you. |