aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorn-peugnet <n.peugnet@free.fr>2021-09-30 17:42:43 +0200
committern-peugnet <n.peugnet@free.fr>2021-09-30 17:42:43 +0200
commit471645d24895b8383acff8498b84dd65aab0d9c8 (patch)
tree7b9b5d7bf06a9bf7dae547b8e37682b4be4ae53a /README.md
parent9405a9fd6ced89701abbb426a9d4877fabfab657 (diff)
downloaddna-backup-471645d24895b8383acff8498b84dd65aab0d9c8.tar.gz
dna-backup-471645d24895b8383acff8498b84dd65aab0d9c8.zip
first add of exp and Makefiles
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 3 insertions, 5 deletions
diff --git a/README.md b/README.md
index d246465..0f8a500 100644
--- a/README.md
+++ b/README.md
@@ -142,8 +142,6 @@ des _chunks_ de ce fichier.
<!-- LTeX: language=en -->
## Build instructions
-_Classical go_
-
### Requirements
- Go >= 1.16
@@ -152,13 +150,13 @@ _Classical go_
```bash
# Build
-go build
+make
# Test
-go test ./...
+make test
# Run
-go run . <source-dir> <repository>
+./dna-backup commit <source-dir> <repository>
```
[build-img]: https://github.com/n-peugnet/dna-backup/actions/workflows/build.yml/badge.svg