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:
parent
2e515702fc
commit
4d6f623f63
2 changed files with 7 additions and 1 deletions
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue