diff options
author | n-peugnet <n.peugnet@free.fr> | 2021-09-30 17:42:43 +0200 |
---|---|---|
committer | n-peugnet <n.peugnet@free.fr> | 2021-09-30 17:42:43 +0200 |
commit | 471645d24895b8383acff8498b84dd65aab0d9c8 (patch) | |
tree | 7b9b5d7bf06a9bf7dae547b8e37682b4be4ae53a /README.md | |
parent | 9405a9fd6ced89701abbb426a9d4877fabfab657 (diff) | |
download | dna-backup-471645d24895b8383acff8498b84dd65aab0d9c8.tar.gz dna-backup-471645d24895b8383acff8498b84dd65aab0d9c8.zip |
first add of exp and Makefiles
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 8 |
1 files changed, 3 insertions, 5 deletions
@@ -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 |