From 32e0420a408df0412a1d8b03e6db802aebcd6977 Mon Sep 17 00:00:00 2001 From: Casey Scarborough Date: Tue, 17 Sep 2013 09:22:50 -0400 Subject: [PATCH] Update repository name in README.md. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d5eec3f..6ce9cbc 100644 --- a/README.md +++ b/README.md @@ -7,11 +7,11 @@ This repository holds the code for a simple and easy to use keylogger for Mac OS Start by cloning the repository and running the proper make commands, shown below. By default, the application installs to `/usr/local/bin/keylogger`. ```bash -$ git clone https://github.com/caseyscarborough/keylog && cd keylog +$ git clone https://github.com/caseyscarborough/keylogger && cd keylogger $ make && make install ``` -The application by default logs to `/var/log/keystroke.log`, which may require root access depending on your system's permissions. You can change this in [`keylogger.h`](https://github.com/caseyscarborough/keylog/blob/master/keylogger.h#L12) if necessary. +The application by default logs to `/var/log/keystroke.log`, which may require root access depending on your system's permissions. You can change this in [`keylogger.h`](https://github.com/caseyscarborough/keylogger/blob/master/keylogger.h#L12) if necessary. ```bash $ sudo keylogger