diff --git a/README.md b/README.md
index 8607e02..35b28aa 100644
--- a/README.md
+++ b/README.md
@@ -1,57 +1,23 @@
-# Docus Starter
+# DnD: Нож Дануолла
 
-Starter template for [Docus](https://docus.dev).
+Сайт с правидами для моей кампании.
 
-## Clone
+## Разработка
 
-Clone the repository (using `nuxi`):
+Установите зависимости:
 
 ```bash
-npx nuxi init -t themes/docus
+npm install
 ```
 
-## Setup
-
-Install dependencies:
-
-```bash
-yarn install
-```
-
-## Development
-
-```bash
-yarn dev
-```
-
-## Edge Side Rendering
-
-Can be deployed to Vercel Functions, Netlify Functions, AWS, and most Node-compatible environments.
-
-Look at all the available presets [here](https://v3.nuxtjs.org/guide/deploy/presets).
-
-```bash
-yarn build
-```
-
-## Static Generation
-
-Use the `generate` command to build your application.
-
-The HTML files will be generated in the .output/public directory and ready to be deployed to any static compatible hosting.
-
-```bash
-yarn generate
-```
-
-## Preview build
-
-You might want to preview the result of your build locally, to do so, run the following command:
+Запустите сервер:
 
 ```bash
-yarn preview
+npm run dev
 ```
+## Деплой
+При деплое на Github Pages создайте файл .nojekyll в корне проекта.
 
 ---
 
-For a detailed explanation of how things work, check out [Docus](https://docus.dev).
+Сделано на основе [Docus](https://docus.dev).
\ No newline at end of file