1
0
Fork 0
mirror of https://github.com/on4kjm/FLEcli.git synced 2025-01-18 13:01:09 +01:00

udate the documentation

This commit is contained in:
Jean-Marc MEESSEN 2020-05-27 21:29:23 +02:00
parent 2e515702fc
commit 4d6f623f63
2 changed files with 7 additions and 1 deletions

View file

@ -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.

View file

@ -9,4 +9,8 @@ export GOROOT="$(brew --prefix golang)/libexec"
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