From 94b12004975918049c38a29763e1a6c3c3b8bde2 Mon Sep 17 00:00:00 2001 From: Brian Barto Date: Sun, 1 May 2016 16:12:03 -0400 Subject: [PATCH] Updating README to include new 'make install' script. modified: README.md --- README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 11d608b..ddb18d2 100644 --- a/README.md +++ b/README.md @@ -12,8 +12,8 @@ perform this effect on piped data: ![Screenshot](http://i.imgur.com/ezF3xkN.gif) -Here is another example program called "sneakers" (type `make sneakers` to build) that -utilizes these tools to recreate, almost identically, what we see in the above movie clip. +Also included in this project is a program called "sneakers" that utilizes these tools to recreate, +almost identically, what we see in the above movie clip. ![Screenshot](http://www.tackboard.world/no_more_secrets.gif) @@ -45,17 +45,18 @@ Next, download and build the standalone executable: git clone https://github.com/bartobri/no-more-secrets.git cd ./no-more-secrets make +sudo make install ``` -This will create an executable file named `nms` and place it in the `no-more-secrets/bin/` directory. -You may manually copy it into your preferred bin directory. +This will create and install an executable file `nms`. (Note that this also installs another +executable file named `sneakers` which is shown above.) Using the Standalone Executable ------------------------------- `nms` accepts data from a shell pipe. Simply pipe some data to it and enjoy the magic! ``` -ls -l | bin/nms +ls -l / | nms ``` Once the "encrypted" data is displayed, the program will pause until you press a key. Then the decryption effect will start. After that is completed, it will again pause until