diff --git a/content/pong/draw_paddle/position_component.md b/content/pong/draw_paddle/position_component.md
index c0e198a..13cf286 100644
--- a/content/pong/draw_paddle/position_component.md
+++ b/content/pong/draw_paddle/position_component.md
@@ -16,19 +16,11 @@ However, if you treat positions as simple integer pixels, you will run into prob
There are actually techniques for *subpixel* rendering. But let's ignore that for now.
{{% /notice %}}
-Go to your terminal program, make sure that you are in the PongFE top-level directory, and do:
-
-```sh
-git add submodule https://gitea.moonside.games/MoonsideGames/MoonTools.Structs.git
-```
-
-Then, add the project as a *ProjectReference* in PongFE.Framework.csproj:
+Let's add the MoonTools.Structs package as a *PackageReference* in PongFE.Framework.csproj:
```xml
-
-
-
+
```
@@ -36,9 +28,7 @@ and PongFE.Core.csproj:
```xml
-
-
-
+
```