Site Tools


Hotfix release available: 2024-02-06a "Kaos". upgrade now! [55.1] (what's this?)
New release available: 2024-02-06 "Kaos". upgrade now! [55] (what's this?)
sgfw

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
sgfw [2018/03/07 11:17] 46.5.2.65sgfw [2021/10/31 10:42] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +<code> 
 +export GOPATH=~/go 
 +go get github.com/subgraph/fw-daemon 
 +go get github.com/subgraph/oz 
 +cd $GOPATH/src/github.com/subgraph/oz/ 
 +go install ./... 
 +</code>