Commit: 936f65845c9722c94115b4ec5ae942740bbc25f0 Parent: d8fbaa90d50211fac83f2e198c2dacaedd266726 Author: Fabian Foerg Date: Sat, 24 Aug 2019 15:53:10 -0700 sct to xsct Diffstat:
M | README.md | | | 6 | +++--- |
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/README.md b/README.md @@ -20,10 +20,10 @@ Minor modifications were made in order to get sct to: Compile the code using the following command: ~~~ -gcc -Wall -Wextra -Werror -pedantic -std=c99 -O2 -I /usr/X11R6/include sct.c -o xsct -L /usr/X11R6/lib -lX11 -lXrandr -lm -s +gcc -Wall -Wextra -Werror -pedantic -std=c99 -O2 -I /usr/X11R6/include xsct.c -o xsct -L /usr/X11R6/lib -lX11 -lXrandr -lm -s ~~~ -Execute sct using the following command: +Execute xsct using the following command: ~~~ ./xsct 3700 @@ -33,7 +33,7 @@ The first parameter (`3700` above) denotes the color temperature. If `xsct` is called with parameter 0, the color temperature is set to `6500`. If `xsct` is called without parameters, the current display temperature is estimated. -Test sct using the following command: +Test xsct using the following command: ~~~ ./xsct 3700 && ./xsct