diff options
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 |