Commit d08a0d

2025-01-10 15:56:00 Hargata Softworks: b
installation/getting started.md ..
@@ 93,6 93,14 @@
./CarCareTracker
```
+ Depending on your Linux distro, locale may or may not be passed in automatically by the OS, if you receive an Invariant Locale warning, run these commands instead:
+
+ ```
+ chmod 777 ./CarCareTracker
+ LANG=en_US
+ ./CarCareTracker
+ ```
+
**Note:** `chmod 777` above is only used to rule out permission quirks/issues, please restrict the permissions to the lowest acceptable level once you have verified that LubeLogger can be executed on your machine.
## Test that It Works
0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9