Обновить README.md
This commit is contained in:
parent
651ee16fc6
commit
6dbfd1c45f
@ -2,7 +2,7 @@
|
|||||||
a program on ruby for windows that turns on alarm after N times when you are not using the keyboard (the computer) without any third-party gems
|
a program on ruby for windows that turns on alarm after N times when you are not using the keyboard (the computer) without any third-party gems
|
||||||
|
|
||||||
### warning:
|
### warning:
|
||||||
for some reason system(audiofilepath) doesn't always work
|
for some reason 'system(audiofilepath)' doesn't always work
|
||||||
|
|
||||||
### syntax:
|
### syntax:
|
||||||
ruby autobudilnik.rb [-a \<audiofilepath\>] [-t \<time\>] [-c \<configfilepath\>]
|
ruby autobudilnik.rb [-a \<audiofilepath\>] [-t \<time\>] [-c \<configfilepath\>]
|
||||||
@ -31,7 +31,7 @@ ruby autobudilnik.rb [-a \<audiofilepath\>] [-t \<time\>] [-c \<configfilepath\>
|
|||||||
- 'd' ДЛЯ ДНЕЙ(24 ЧАСОВ(СУТКИ) А НЕ 12 ЧАСОВ)
|
- 'd' ДЛЯ ДНЕЙ(24 ЧАСОВ(СУТКИ) А НЕ 12 ЧАСОВ)
|
||||||
|
|
||||||
### ПРИМЕЧАНИЯ
|
### ПРИМЕЧАНИЯ
|
||||||
ЧЁТ system(audiofilepath) НЕ ВСЕГДА РАБОТАЕТ
|
ЧЁТ 'system(audiofilepath)' НЕ ВСЕГДА РАБОТАЕТ
|
||||||
|
|
||||||
ПАРАМЕНТЫ ОПРЕДЕЛЯЮТСЯ В ЭТИХ ПРИОРИТЕТАХ:
|
ПАРАМЕНТЫ ОПРЕДЕЛЯЮТСЯ В ЭТИХ ПРИОРИТЕТАХ:
|
||||||
АРГУМЕНТЫ > СВОЙ КОНФИГ > КОНФИГ > ВСТРОЕННЫЕ ПАРАМЕТРЫ
|
АРГУМЕНТЫ > СВОЙ КОНФИГ > КОНФИГ > ВСТРОЕННЫЕ ПАРАМЕТРЫ
|
||||||
|
Loading…
x
Reference in New Issue
Block a user