Skip to content

Commit aa3b3af

Browse files
Fix formatting in installation documentation for janux-auth-gateway
1 parent 8627f47 commit aa3b3af

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/installation.md

+5
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ install those packages separately.
4646

4747
```bash
4848
poetry add janux-auth-gateway
49+
4950
```
5051

5152
This command downloads and installs the package and its dependencies and adds the package as a dependency in your `pyproject.toml`.
@@ -54,21 +55,25 @@ After installation, you can start using the package in your project. If you need
5455

5556
```bash
5657
poetry shell
58+
5759
```
5860

5961
Verify the Installation:
6062

6163
```bash
6264
poetry show janux-auth-gateway
65+
6366
```
6467

6568
Updating the Package:
6669

6770
```bash
6871
poetry update janux-auth-gateway
6972
```
73+
7074
---
7175

76+
7277
## 🐙 GitHub
7378

7479
**JANUX** can be directly used from [GitHub] by cloning the

0 commit comments

Comments
 (0)