We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb8680c commit b0f67e8Copy full SHA for b0f67e8
1 file changed
ports/quectel/README.md
@@ -49,7 +49,7 @@ Enter the following command in the terminal to install `p7zip-full`, `git`, `mak
49
```
50
sudo apt install p7zip-full git make python3
51
52
-The sdk tools require a specific version of the libicu library which can be installed with the following commands:
+On Linux the sdk tools require a specific version of the libicu library which can be installed with the following commands:
53
54
curl -L http://archive.ubuntu.com/ubuntu/pool/main/i/icu/libicu55_55.1-7ubuntu0.5_amd64.deb -o libicu55.deb
55
sudo dpkg -i libicu55.deb || true
0 commit comments