From 471645d24895b8383acff8498b84dd65aab0d9c8 Mon Sep 17 00:00:00 2001 From: n-peugnet Date: Thu, 30 Sep 2021 17:42:43 +0200 Subject: first add of exp and Makefiles --- README.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'README.md') 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. ## 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 . +./dna-backup commit ``` [build-img]: https://github.com/n-peugnet/dna-backup/actions/workflows/build.yml/badge.svg -- cgit v1.2.3