From 617571faea20f7b72d4f56617e7111ae1af9869c Mon Sep 17 00:00:00 2001 From: amirhnajafiz Date: Sat, 5 Aug 2023 10:32:43 +0330 Subject: [PATCH] update: README.md --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.md b/README.md index dda842e..e95b89b 100644 --- a/README.md +++ b/README.md @@ -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) @@ -43,6 +45,16 @@ export PATH=":$PATH" export STRAGO_PATH="" ``` +### 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 @@ -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.