Skip to content

Commit fad759c

Browse files
committed
Update README
1 parent e3f51f3 commit fad759c

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ Fortunately, it's not a device limitation: After reversing into the firmware, be
44

55
I hope this is useful for the Alcor owners. I specially went after this because the brightness of any of the predefined colors except the red wasn't really confortable for my eyes.
66

7+
*This also works on the Mizar with the mizar_patch!*
8+
79
## Installation
810

911
### Option 1: Binary

cmalcor/premake5.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ newoption {
1212
description = "Output directory for the build files"
1313
}
1414
if not _OPTIONS["outdir"] then
15-
_OPTIONS["outdir"] = "build"
15+
_OPTIONS["outdir"] = "."
1616
end
1717

1818
newoption {

0 commit comments

Comments
 (0)