From 93ae380c9f2cd709cbcadf1a34dfa00367c96515 Mon Sep 17 00:00:00 2001
From: mctaylors <95250141+mctaylors@users.noreply.github.com>
Date: Sat, 10 Dec 2022 08:10:48 +0300
Subject: [PATCH] Create README.md (#11)

---
 README.md | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 README.md

diff --git a/README.md b/README.md
new file mode 100644
index 0000000..c3adb02
--- /dev/null
+++ b/README.md
@@ -0,0 +1,16 @@
+![Boyfriend](https://user-images.githubusercontent.com/95250141/206785237-e3074c8b-07a1-45cd-9ca9-71e48e80b267.png)
+
+![GitHub License](https://img.shields.io/github/license/l1ttleO/Boyfriend-CSharp)
+![GitHub Workflow Status](https://img.shields.io/github/workflow/status/l1ttleO/Boyfriend-CSharp/ReSharper)
+![GitHub last commit](https://img.shields.io/github/last-commit/l1ttleO/Boyfriend-CSharp)
+
+## Building
+To build Boyfriend, you need to clone this repo and compile it with [.NET 7](https://dotnet.microsoft.com/download/dotnet/7.0).
+```
+git clone https://github.com/l1ttleO/Boyfriend-CSharp
+cd Boyfriend-CSharp
+dotnet build
+```
+
+## Initial setup
+Create `token.txt` in `Boyfriend/bin/Debug/net7.0/` and enter your bot token. Then, run `Boyfriend.exe`.