Hopefully the last README update (probably not :()
modified: README.md
This commit is contained in:
parent
62c587e40e
commit
b61b6d1075
16
README.md
16
README.md
@ -28,6 +28,19 @@ Two tools are provided for you to recreate this effect:
|
|||||||
|
|
||||||
Installing the Standalone Executable
|
Installing the Standalone Executable
|
||||||
------------------------------------
|
------------------------------------
|
||||||
|
First, make sure you have the ncurses library installed:
|
||||||
|
```
|
||||||
|
ls /usr/include | grep ncurses.h
|
||||||
|
```
|
||||||
|
If the ncurses.h header file is not present, you may need to install the library. On Ubuntu, type:
|
||||||
|
```
|
||||||
|
sudo apt-get update
|
||||||
|
sudo apt-get install ncurses-dev
|
||||||
|
```
|
||||||
|
If you are using a different flavor of linux, search your available packages for "ncurses" and install
|
||||||
|
it.
|
||||||
|
|
||||||
|
Next, download and build the standalone executable:
|
||||||
```
|
```
|
||||||
git clone https://github.com/bartobri/no-more-secrets.git
|
git clone https://github.com/bartobri/no-more-secrets.git
|
||||||
cd ./no-more-secrets
|
cd ./no-more-secrets
|
||||||
@ -51,6 +64,9 @@ you press a key, at which point the program will terminate.
|
|||||||
Using the Module in Your Program
|
Using the Module in Your Program
|
||||||
---------------------------------
|
---------------------------------
|
||||||
|
|
||||||
|
NOTE: Be sure that you have the ncurses library installed on your system. See "Installing the
|
||||||
|
Standalone Executable" above for more info.
|
||||||
|
|
||||||
#### Synopsis
|
#### Synopsis
|
||||||
|
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user