Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
constarg committed May 15, 2023
1 parent 098e8e1 commit 7b319da
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# simple keylogger

[![linux-keylogger Build](https://github.com/EmbeddedCat/simple-keylogger/actions/workflows/cmake.yml/badge.svg?branch=main)](https://github.com/EmbeddedCat/simple-keylogger/actions/workflows/cmake.yml)
[![linux-keylogger Build](https://github.com/constarg/simple-keylogger/actions/workflows/cmake.yml/badge.svg?branch=main)](https://github.com/constarg/simple-keylogger/actions/workflows/cmake.yml)


[![GitHub license](https://img.shields.io/badge/Licence-MIT-brightgreen)](https://github.com/EmbeddedCat/simple-keylogger/blob/main/LICENSE)
[![Release](https://img.shields.io/badge/Release-1.0-brightgreen)](https://github.com/EmbeddedCat/simple-keylogger/releases/tag/v1.0)
[![Purpose](https://img.shields.io/badge/Purpose-Educational-brightgreen)](https://github.com/EmbeddedCat/simple-keylogger/releases/tag/v1.0)
[![OS](https://img.shields.io/badge/OS-Linux-brightgreen)](https://github.com/EmbeddedCat/simple-keylogger)
[![GitHub license](https://img.shields.io/badge/Licence-MIT-brightgreen)](https://github.com/constarg/simple-keylogger/blob/main/LICENSE)
[![Release](https://img.shields.io/badge/Release-1.0-brightgreen)](https://github.com/constarg/simple-keylogger/releases/tag/v1.0)
[![Purpose](https://img.shields.io/badge/Purpose-Educational-brightgreen)](https://github.com/constarg/simple-keylogger/releases/tag/v1.0)
[![OS](https://img.shields.io/badge/OS-Linux-brightgreen)](https://github.com/constarg/simple-keylogger)

# What is a keylogger?

Expand Down Expand Up @@ -41,7 +41,7 @@ sudo apt-get install build-essential cmake git gcc
First download the program from GitHub and go to the simple-keylogger folder.

```
% git clone https://github.com/EmbeddedCat/simple-keylogger.git
% git clone https://github.com/constarg/simple-keylogger.git
% cd simple-keylogger/
```

Expand Down

0 comments on commit 7b319da

Please sign in to comment.