diff --git a/NucuCar.Sensors/NucuCar.Sensors.csproj b/NucuCar.Sensors/NucuCar.Sensors.csproj
index 07d6b30..d1d4cdb 100644
--- a/NucuCar.Sensors/NucuCar.Sensors.csproj
+++ b/NucuCar.Sensors/NucuCar.Sensors.csproj
@@ -3,8 +3,6 @@
netcoreapp3.0
dotnet-NucuCar.BME680Sensor-28FAAD8B-A31F-4BBE-9FF7-30F192D82D6E
- linux-arm
- true
diff --git a/Readme.md b/Readme.md
index e041697..6553036 100644
--- a/Readme.md
+++ b/Readme.md
@@ -20,10 +20,10 @@ Command line utility to play around with the car functionality. You can use it t
### Building and Running.
-You can build the project then run them as you would run an executable file.
+To build the project and target the Raspberry Pi you can use the following command:
```$xslt
-dotnet build --runtime linux-arm
+dotnet build --runtime linux-arm -p:PublishSingleFile=true
```
---