Skip to content

Commit 0bfde69

Browse files
authored
Merge pull request #571 from hackathi/patch-1
Update running-your-app-on-a-raspberry-pi.md: Fix Native Assets Package
2 parents fd9880d + 782d1a1 commit 0bfde69

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

docs/guides/platforms/rpi/running-your-app-on-a-raspberry-pi.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,7 @@ ln -s /opt/dotnet/dotnet /usr/local/bin
5454

5555
* To run an `Avalonia` application on `Raspberry Pi` you need to use this nuGet package:
5656

57-
```
58-
https://www.nuget.org/packages/Avalonia.Skia.Linux.Natives/1.68.0.2
59-
```
57+
[SkiaSharp.NativeAssets.Linux](https://www.nuget.org/packages/SkiaSharp.NativeAssets.Linux/)
6058

6159
It includes the `libSkiaSharp.so`.
6260

0 commit comments

Comments
 (0)