Skip to content

Commit

Permalink
Improve annotations on MD
Browse files Browse the repository at this point in the history
  • Loading branch information
anvari1313 committed Dec 10, 2021
1 parent f9f9ab0 commit c8cc2c3
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,17 +86,22 @@ natsStreaming:
### Build from source

1. Install a golang compiler (at least version 1.16).

2. Clone the project and compile it:
~~~bash

```bash
git clone https://github.com/snapp-incubator/helmfig.git
cd helmfig
go build .
~~~
```

3. Put your ```config.example.yml``` near the compiled binary and run it via:
~~~bash

```bash
./helmfig yaml
~~~
4. If everything is OK, two files will be generated: ```configmap.yaml``` and ```values.yaml```. You can use them in
```

4. If everything is OK, two files will be generated: `configmap.yaml` and `values.yaml`. You can use them in
helm chart of your desired application

## License
Expand Down

0 comments on commit c8cc2c3

Please sign in to comment.