Skip to content

Commit b0cfe1c

Browse files
authored
Update README.md
1 parent c90ccac commit b0cfe1c

File tree

1 file changed

+33
-1
lines changed

1 file changed

+33
-1
lines changed

README.md

Lines changed: 33 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,33 @@
1-
# domru
1+
<br/>
2+
<p align="center">
3+
<a href="https://github.com/ad/domru/blob/master/LICENSE" target="_blank">
4+
<img src="https://img.shields.io/github/license/ad/domru.svg" alt="GitHub license">
5+
</a>
6+
<a href="https://github.com/ad/domru/actions" target="_blank">
7+
<img src="https://img.shields.io/github/workflow/status/ad/domru/Test%20application/master.svg?label=github-actions" alt="GitHub actions status">
8+
</a>
9+
</p>
10+
11+
**ad/domru** is inspired by [alexmorbo/domru](https://github.com/alexmorbo/domru), web server what allows you to control your domofon.
12+
13+
## 🚀&nbsp; Installation and running
14+
15+
```shell
16+
go get -u github.com/ad/domru
17+
```
18+
19+
```shell
20+
domru -login=1234567890 -password=qwerty
21+
```
22+
And open in browser http://localhost:8080/snapshot
23+
24+
## 🤝&nbsp; Found a bug? Missing a specific feature?
25+
26+
Feel free to **file a new issue** with a respective title and description on the the [ad/domru](https://github.com/ad/domru/issues) repository. If you already found a solution to your problem, **we would love to review your pull request**!
27+
28+
29+
## &nbsp; Requirements
30+
Requires a **Go version higher or equal to 1.11**.
31+
32+
## 📘&nbsp; License
33+
Released under the terms of the [MIT License](LICENSE).

0 commit comments

Comments
 (0)