From 3b8d684e7c0666d7e2575d5cbb91ffda48ad4117 Mon Sep 17 00:00:00 2001 From: Evgeniy Kulikov Date: Fri, 5 Feb 2021 17:13:37 +0300 Subject: [PATCH] Update README Signed-off-by: Evgeniy Kulikov --- Makefile | 2 +- README.md | 17 +++++++++++++++++ 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b9aa6c7..0ec592e 100644 --- a/Makefile +++ b/Makefile @@ -17,7 +17,7 @@ R=\033[0m version: @echo "Current version: $(VERSION)-$(GRPC_VERSION)" -# Make sure that all files added to commit +# Check and ensure dependencies deps: @printf "${B}${G}⇒ Ensure vendor${R}: " @go mod tidy -v && echo OK || (echo fail && exit 2) diff --git a/README.md b/README.md index 0a9831b..9d704f3 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,23 @@ NeoFS HTTP Gate is example of tool that provides basic interactions with NeoFS. You can download files from NeoFS Network using NeoFS Gate. +## Notable make targets + +``` + Usage: + + make + + Targets: + + deps Check and ensure dependencies + dev Build development docker images + help Show this help prompt + image Build docker image + publish Publish docker image + version Show current version +``` + ## Install ```go get -u github.com/nspcc-dev/neofs-http-gate```