about summary refs log tree commit diff stats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md13
1 files changed, 10 insertions, 3 deletions
diff --git a/README.md b/README.md
index a52ff8a..ae2ce76 100644
--- a/README.md
+++ b/README.md
@@ -32,9 +32,16 @@ Make a change, hit `ctrl-e` again, and the app will run with your updates.
 ([video](https://archive.org/details/akkartik-2021-11-14))
 
 You will need some Unix-like platform with a C compiler and the ncurses and
-openssl libraries. So far I've tested Teliva on Linux, Mac OS X and OpenBSD;
-should also work on other flavors of BSD, WSL on Windows, etc. with only minor
-modifications.
+openssl libraries. Some possible commands to install them, depending on your
+OS and package manager of choice:
+
+* `guix shell -D lua openssl -- make linux`
+* `nix-shell --pure` (from a directory containing shell.nix in this repo)
+* `sudo apt install libncursesw6-dev openssl`
+* `brew install ncurses openssl`
+
+So far I've tested Teliva on Linux, Mac OS X and OpenBSD; it should also work
+on other flavors of BSD, WSL on Windows, etc. with only minor modifications.
 
 ## Isn't this just an IDE?
 
84e3e6a94553c3712fbf5118349c6d'>26199f73 ^
9f813445 ^
26199f73 ^
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34

                                                                   
                                                                              
                                           
 






















                                                                                          
              


                                                                                  
              
 
<!--- Provide a general summary of the issue in the Title above -->

<!--- More than 50 issues open? Please don't file any new feature requests -->
<!--- Help us reduce the work first :-) -->

## Expected Behavior
<!--- If you're describing a bug, tell us what should happen -->
<!--- If you're suggesting a change/improvement, tell us how it should work -->

## Current Behavior
<!--- If describing a bug, tell us what happens instead of the expected behavior -->
<!--- If suggesting a change/improvement, explain the difference from current behavior -->

## Possible Solution
<!--- Not obligatory, but suggest a fix/reason for the bug, -->
<!--- or ideas how to implement the addition or change -->

## Steps to Reproduce (for bugs)
<!--- Describe, in detail, what needs to happen to reproduce this bug -->
<!--- Give us a screenshot (if it's helpful for this particular bug) -->
1.
2.
3.
4.

## Context
<!--- How has this issue affected you? What are you trying to accomplish? -->

## Environment
* Give us the version and build information output generated by `profanity -v`
* If you could not yet build profanity, mention the revision you try to build from
* Operating System/Distribution
* glib version