From 486046a6c6317526b227579aa7a9c5280b4e5d9e Mon Sep 17 00:00:00 2001 From: amirhnajafiz Date: Tue, 1 Aug 2023 17:07:42 +0330 Subject: [PATCH] update: README.md --- README.md | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 94c52cc..6173ab1 100644 --- a/README.md +++ b/README.md @@ -6,11 +6,10 @@ ![GitHub Repo stars](https://img.shields.io/github/stars/amirhnajafiz/captain-mustache) - Dockerize your Golang applications under Captain *Mustache*. A fast, safe, dynamic way to create dockerfiles for you golang applications. With this tool you don't need to know docker to dockerize your applications, -all you need is to have docker installed on your system. +all you need is to have ```Go``` and ```Docker``` installed on your system. ## Table of contents @@ -27,6 +26,18 @@ git clone https://github.com/amirhnajafiz/captain-mustache.git make build ``` +Now you can run ```captain-mustache``` command in order to use the cli. + +### env path + +In order to use ```captain-mustache``` in every place on your system, make sure to +the followings to either ```~/.zshrc```, ```~/.bash_profile```, or ```~/.bashrc```. + +```shell +export PATH=":$PATH" +export STRAGO_PATH="" +``` + ## Commands In here you can find a list of cli commands.