Update links
This commit is contained in:
14
README.md
14
README.md
@@ -1,6 +1,6 @@
|
|||||||
# 🐲 dragonion-server
|
# 🐲 dragonion-server
|
||||||
Websocket chat server on-top of onion network for
|
Websocket chat server on-top of onion network for
|
||||||
[dragonion](https://github.com/dragonionx/dragonion)
|
[dragonion](https://github.com/kotikotprojects/dragonion)
|
||||||
|
|
||||||
## 📜 Table of Contents
|
## 📜 Table of Contents
|
||||||
* [🐲 dragonion-server](#-dragonion-server)
|
* [🐲 dragonion-server](#-dragonion-server)
|
||||||
@@ -156,7 +156,7 @@ Fresh installation:
|
|||||||
```
|
```
|
||||||
pip install pipx
|
pip install pipx
|
||||||
pipx ensurepath
|
pipx ensurepath
|
||||||
pipx install git+https://github.com/dragonionx/dragonion-server
|
pipx install git+https://github.com/kotikotprojects/dragonion-server
|
||||||
```
|
```
|
||||||
Launch options:
|
Launch options:
|
||||||
- After fresh install, re-run your shell, than run `dragonion-server`
|
- After fresh install, re-run your shell, than run `dragonion-server`
|
||||||
@@ -173,7 +173,7 @@ pipx upgrade dragonion-server
|
|||||||
##### Clone repo and use venv
|
##### Clone repo and use venv
|
||||||
Fresh installation:
|
Fresh installation:
|
||||||
```commandline
|
```commandline
|
||||||
git clone https://github.com/dragonionx/dragonion-server
|
git clone https://github.com/kotikotprojects/dragonion-server
|
||||||
cd dragonion-server
|
cd dragonion-server
|
||||||
python -m venv venv
|
python -m venv venv
|
||||||
venv\Scripts\activate
|
venv\Scripts\activate
|
||||||
@@ -231,7 +231,7 @@ pip install pipx
|
|||||||
Fresh installation:
|
Fresh installation:
|
||||||
```
|
```
|
||||||
pipx ensurepath
|
pipx ensurepath
|
||||||
pipx install git+https://github.com/dragonionx/dragonion-server
|
pipx install git+https://github.com/kotikotprojects/dragonion-server
|
||||||
```
|
```
|
||||||
You may use `python3 -m pipx` for this
|
You may use `python3 -m pipx` for this
|
||||||
|
|
||||||
@@ -250,7 +250,7 @@ pipx upgrade dragonion-server
|
|||||||
##### Clone repo and use venv
|
##### Clone repo and use venv
|
||||||
Fresh installation:
|
Fresh installation:
|
||||||
```commandline
|
```commandline
|
||||||
git clone https://github.com/dragonionx/dragonion-server
|
git clone https://github.com/kotikotprojects/dragonion-server
|
||||||
cd dragonion-server
|
cd dragonion-server
|
||||||
python3 -m venv venv
|
python3 -m venv venv
|
||||||
. venv/bin/activate
|
. venv/bin/activate
|
||||||
@@ -304,7 +304,7 @@ pip3 install pipx
|
|||||||
Fresh installation:
|
Fresh installation:
|
||||||
```
|
```
|
||||||
pipx ensurepath
|
pipx ensurepath
|
||||||
pipx install git+https://github.com/dragonionx/dragonion-server
|
pipx install git+https://github.com/kotikotprojects/dragonion-server
|
||||||
```
|
```
|
||||||
You may use `python3 -m pipx` for this
|
You may use `python3 -m pipx` for this
|
||||||
|
|
||||||
@@ -323,7 +323,7 @@ pipx upgrade dragonion-server
|
|||||||
##### Clone repo and use venv
|
##### Clone repo and use venv
|
||||||
Fresh installation:
|
Fresh installation:
|
||||||
```commandline
|
```commandline
|
||||||
git clone https://github.com/dragonionx/dragonion-server
|
git clone https://github.com/kotikotprojects/dragonion-server
|
||||||
cd dragonion-server
|
cd dragonion-server
|
||||||
python3 -m venv venv
|
python3 -m venv venv
|
||||||
. venv/bin/activate
|
. venv/bin/activate
|
||||||
|
|||||||
@@ -19,7 +19,7 @@ click = "^8.1.3"
|
|||||||
attrs = "^23.1.0"
|
attrs = "^23.1.0"
|
||||||
dataclasses-json = "^0.5.9"
|
dataclasses-json = "^0.5.9"
|
||||||
websockets = "^11.0.3"
|
websockets = "^11.0.3"
|
||||||
dragonion-core = { git = "https://github.com/dragonionx/dragonion-core.git" }
|
dragonion-core = { git = "https://github.com/kotikotprojects/dragonion-core.git" }
|
||||||
|
|
||||||
|
|
||||||
[tool.poetry.scripts]
|
[tool.poetry.scripts]
|
||||||
|
|||||||
Reference in New Issue
Block a user