1
0
mirror of https://github.com/caseyscarborough/keylogger.git synced 2020-11-18 19:53:40 -08:00

Update repository name in README.md.

This commit is contained in:
Casey Scarborough 2013-09-17 09:22:50 -04:00
parent 878246d281
commit 32e0420a40

View File

@ -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