Skip to content

Commit

Permalink
improved README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
christiangda committed Apr 17, 2021
1 parent a7ff030 commit a19e4ed
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ __NOTE:__ the parameter `-race`is to check [race conditions](https://blog.golang

### Using binary

Linux only
Cross-compiling

```bash
# make executable first
Expand Down Expand Up @@ -192,7 +192,7 @@ make

__NOTES__ related to make

* 1. This create a linux binary (64bits) and also Docker Image (linux 64 bit)
* 1. This create a cross-compiling binaries and also Docker Image (linux 64bits)
* 2. Check the [Makefile](Makefile) to see the `The make available targets options`

## References
Expand All @@ -205,7 +205,7 @@ Internals
Externals

* [references](docs/references.md)

## License

This module is released under the GNU General Public License Version 3:
Expand Down

0 comments on commit a19e4ed

Please sign in to comment.