Skip to content

Commit a9c2879

Browse files
committed
Fix an issue where globalization may be missing
1 parent 7efc08f commit a9c2879

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ Create a floating rainbow effect that moves across your keyboard!
44

55
# Installation
66

7-
1. Ensure you have [dotnet 3 installed](https://dotnet.microsoft.com/download/linux-package-manager/runtime-current).
87
1. Download the [latest and greatest](https://github.com/withinboredom/system-76-keyboards/releases)
98
1. Make it executable: `chmod +x ./keyboard-color`
109
1. Take it on a test drive: `sudo ./keyboard-color rainbow`
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"configProperties": {
3+
"System.Globalization.Invariant": true
4+
}
5+
}

0 commit comments

Comments
 (0)