Skip to content

Commit 19b6dc7

Browse files
author
Théo LAGACHE
committed
update: README.md
1 parent 0ec5e7d commit 19b6dc7

1 file changed

Lines changed: 11 additions & 1 deletion

File tree

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<h3 align="center">Portabase CLI</h3>
88

99
<p align="center" style="margin-top: 20px; font-style: italic;">
10-
The official command line interface (CLI) for managing and deploying Portabase instances with ease.
10+
<i>The official command line interface (CLI) for managing and deploying Portabase instances with ease.</i>
1111
</p>
1212

1313

@@ -24,6 +24,8 @@
2424

2525

2626
![Python][Python]
27+
![Typer][Typer]
28+
![Rich][Rich]
2729

2830

2931
<p>
@@ -46,6 +48,8 @@ You can install Portabase CLI using bash with the following command:
4648
curl -sSL https://portabase.io/install | bash
4749
```
4850

51+
- Development setup - [details](https://portabase.io/docs/cli#development-setup)
52+
4953
For more installation options, please refer to the [official documentation](https://portabase.io/docs/cli).
5054

5155
## License
@@ -54,3 +58,9 @@ Distributed under the Apache License. See `LICENSE.txt` for more details.
5458

5559
[Python]: https://img.shields.io/badge/python-3670A0?style=for-the-badge&logo=python&logoColor=ffdd54
5660

61+
[Typer]: https://img.shields.io/badge/typer-FF5733?style=for-the-badge&logo=typer&logoColor=white
62+
63+
[Rich]: https://img.shields.io/badge/rich-5E60CE?style=for-the-badge&logo=rich&logoColor=white
64+
65+
66+

0 commit comments

Comments
 (0)