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 5, 2023
1 parent afb8b8a commit 617571f
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ all you need is to have ```Go``` and ```Docker``` installed on your system.
## Table of contents

- [Install](#installation)
- [Env](#env-path)
- [Script](#lua)
- [Commands](#commands)
- [Stubs](#stubs)

Expand All @@ -43,6 +45,16 @@ export PATH="<path-to-cloned-repository>:$PATH"
export STRAGO_PATH="<path-to-cloned-repository>"
```

### lua

If you have ```lua``` installed on your system, just download the installation
file in ```install``` directory, after that you can install this package
using the following command:

```shell
lue install.lue
```

## Commands

In here you can find a list of cli commands. You can run ```help``` command in order
Expand All @@ -65,3 +77,7 @@ Stubs will be optional when building your manifests.
| Stub | Description | Values |
|:--------:|-------------------------------------------------|-----------------------------------------|
| Database | Create database containers for your application | ```redis, mongodb, mysql, postgresql``` |

## Contribute

Feel free to make your contribution to this project by creating a merge request.

0 comments on commit 617571f

Please sign in to comment.