Update fedora/README.md

This commit is contained in:
2025-09-08 09:23:49 +09:00
parent 39d9839d1d
commit a9336a95a0

View File

@@ -17,4 +17,9 @@ node -v # v22
go install github.com/wailsapp/wails/v2/cmd/wails@latest
pip install mitmproxy
tee -a .bashrc <<EOF
export GOPATH=$HOME/go
export PATH=$PATH:$GOPATH/bin
EOF
```