Skip to content

Commit dddeed3

Browse files
author
Кошелев Евгений Игоревич
committed
fix warning info about flags is deprecated
1 parent 9810e60 commit dddeed3

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

README.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# git-sync
22

3-
> **Warning**
4-
> This is a warning
3+
> **Warning**
4+
> The use of flags is deprecated! All configuration using environment variables only!
55
66
:recycle: Easy to use and stable update of your repository.
77

@@ -33,13 +33,19 @@ cd git-sync && go build ./cmd/git-sync
3333
### Docker container
3434

3535
You can run it like this:
36+
3637
```bash
3738
docker run -d --name git-sync eikoshelev/git-sync:v2.0.0
3839
```
3940

4041
..or build your own container:
42+
43+
```bash
44+
git clone https://github.com/eikoshelev/git-sync.git
45+
```
46+
4147
```bash
42-
docker build -t eikoshelev/git-sync:v2.0.0 --platform <OS>/<ARCH> .
48+
cd git-sync && docker build -t eikoshelev/git-sync:v2.0.0 --platform <OS>/<ARCH> .
4349
```
4450

4551
### Usage

0 commit comments

Comments
 (0)