mirror of
https://github.com/charmbracelet/glow.git
synced 2026-08-20 15:14:17 +02: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…
Add table
Add a link
Reference in a new issue