Skip to content

Commit e4a05ee

Browse files
authored
Update README.md
fancy logo added
1 parent 0705576 commit e4a05ee

1 file changed

Lines changed: 15 additions & 3 deletions

File tree

README.md

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,21 +9,33 @@
99
[![Gitter chat](https://badges.gitter.im/stackdog/community.png)](https://gitter.im/stackdog/community)
1010

1111

12-
This is a server management tool written in Rust that allows users to manage containerized applications.
12+
<p></p><p></p><p></p>
1313

14+
<p align="center">
15+
<img src="https://user-images.githubusercontent.com/42473/109795596-c7a14f00-7c1f-11eb-8358-583d4008f42d.jpg">
16+
</p>
17+
<p align="center">
18+
Server management tool written in Rust for fast and secure management of containerized applications
19+
</p>
20+
21+
22+
23+
This project is at early stage of development, see development [ROADMAP.md](ROADMAP.md)
1424

15-
This project is at early stage of development, see development [ROADMAP.md]
1625

1726
[Request a feature](https://github.com/vsilent/stackdog/issues/new)
1827

1928

29+
2030
## Setup development environment
2131

2232
```
2333
cp .env.sample .env
2434
docker-compose up
2535
```
2636

37+
38+
2739
## Contribution
2840

2941
Unless you explicitly state otherwise, any contribution intentionally submitted
@@ -33,4 +45,4 @@ dual licensed as above, without any additional terms or conditions.
3345
See [CONTRIBUTING.md](CONTRIBUTING.md).
3446

3547
## License
36-
[MIT](LICENSE-MIT)
48+
[MIT](LICENSE-MIT)

0 commit comments

Comments
 (0)