udate the documentation

pull/2/head
Jean-Marc MEESSEN 4 years ago
parent 2e515702fc
commit 4d6f623f63

@ -2,3 +2,5 @@
Multi-platform "Fast Log Entry"(FLE) processing tool
This is a tool intended to facilitate the processing of ["Fast Log Entry"](https://www.df3cb.com/fle/) entry files on other platform than Windows. The format is described on https://www.df3cb.com/fle/documentation/
This is a project used to learn and explore GO.

@ -10,3 +10,7 @@ export PATH="$PATH:${GOPATH}/bin:${GOROOT}/bin"
test -d "${GOPATH}" || mkdir "${GOPATH}"
test -d "${GOPATH}/src/github.com" || mkdir -p "${GOPATH}/src/github.com"
```
* Use Brew to instal Go
* Load the various tools in in VisualCode

Loading…
Cancel
Save