Skip to content

Commit 59e7242

Browse files
authored
docs: update README with Alpine docker requirements for sfw
Added note about using sfw in Alpine docker on arm64.
1 parent a0deb8e commit 59e7242

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,12 @@ chmod +x sfw
7575
sudo mv sfw /usr/local/bin/
7676
```
7777

78+
Note: if you're using sfw within an Alpine docker image on Apple Silicon (or other arm64) you'll need to install a couple of libraries for sfw to work correctly:
79+
80+
```bash
81+
apk add --no-cache libstdc++ libgcc
82+
```
83+
7884
#### Windows
7985

8086
```PowerShell

0 commit comments

Comments
 (0)