mirror of
https://github.com/charmbracelet/glow
synced 2024-11-10 06:04:18 +00:00
Correct env var placement in Makefile
This commit is contained in:
parent
3b3bf684f9
commit
c00fe7fc4a
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -11,9 +11,9 @@ glow:
|
|||
go build
|
||||
|
||||
run: clean glow
|
||||
export GLOW_UI_LOGFILE=debug.log
|
||||
./glow
|
||||
|
||||
log:
|
||||
GLOW_UI_LOGFILE=debug.log
|
||||
> debug.log
|
||||
tail -f debug.log
|
||||
|
|
Loading…
Reference in a new issue