Skip to content

Commit

Permalink
update: README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
amirhnajafiz committed Aug 1, 2023
1 parent 7d3f534 commit 486046a
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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-to-cloned-repository>:$PATH"
export STRAGO_PATH="<path-to-cloned-repository>"
```

## Commands

In here you can find a list of cli commands.
Expand Down

0 comments on commit 486046a

Please sign in to comment.