From c182f23f179288f7b28dc364a580cbb50624bffa Mon Sep 17 00:00:00 2001
From: Justuser <53183489+Justuser3310@users.noreply.github.com>
Date: Sat, 24 Feb 2024 16:13:48 +0000
Subject: [PATCH] Update README.md
---
README.md | 31 +++++++++++++++++++++++++++++++
1 file changed, 31 insertions(+)
diff --git a/README.md b/README.md
index 70cd83e..284c322 100644
--- a/README.md
+++ b/README.md
@@ -3,9 +3,14 @@ https://t.me/justuser31
## ✈️ Чат ТГ
https://t.me/justuser31_chat
+
+
+
# 📃 Документация
Читайте "начало работы", если хотите, чтобы последующие действия работали.
+
+
## 📋 Содержание
- Начало работы
- Открытие любых портов
@@ -13,8 +18,13 @@ https://t.me/justuser31_chat
- Публикация динамичного сайта
+
+
+
### ▶️ Начало работы
+
+
#### 🐧 Linux
1. Установить python: `sudo apt install python3`
2. Установить git: `sudo apt install git`
@@ -22,38 +32,59 @@ https://t.me/justuser31_chat
4. Клонировать репозиторий: `git clone https://github.com/Justuser3310/jetwork.git`
5. Запустить setup.py: `cd jetwork && python setup.py`
+
+
+
#### 🪟 Windows
1. Установить python: https://www.python.org/downloads/release/python-3122/ (Windows installer)
2. Установить git: https://git-scm.com/download/win (Windows setup)
3. Клонировать репозиторий: `git clone https://github.com/Justuser3310/jetwork.git`
4. Запустить setup.py: `cd jetwork && python setup.py`
+
+
+
### 🔓 Открытие любых портов
Открыть порт 25565: \
`python port_open.py` \
Далее вводим `25565`
+
+
+
### 📎 Публикация статичного сайта
`python site_creator.py`
Далее следовать подсказкам.
+
+
+
### 📎 Публикация динамичного сайта
Скоро...
+
+
+
### Как это работает
+
+
***
#### Клиент
![](https://github.com/Justuser3310/jetwork/blob/main/images/jetwork_client.png)
+
+
***
#### Статичный сайт
![](https://github.com/Justuser3310/jetwork/blob/main/images/jetwork_static.png)
+
+
***
#### Динамичный сайт