Update fedora/README.md

This commit is contained in:
2025-09-10 11:26:12 +09:00
parent c4169937fe
commit 2f262324d0

View File

@@ -8,11 +8,9 @@ curl -fsSL https://code-server.dev/install.sh | sh
sudo systemctl enable --now code-server@$USER
vi .config/code-server/config.yaml
sudo dnf install golang
go version
sudo dnf install nodejs npm
node -v # v22
sudo dnf install -y golang nodejs npm
go version
node -v
go install github.com/wailsapp/wails/v2/cmd/wails@latest