summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authornicolargo <nicolas@nicolargo.com>2021-06-05 17:40:47 +0200
committernicolargo <nicolas@nicolargo.com>2021-06-05 17:40:47 +0200
commit06186ec6ad88a56899ea514ef3592af5edf263ae (patch)
treeb6b88c5a8f3f0dc4a955c6901a11352acf1a0388 /Makefile
parent7f5c5e7deee08113a7e4f44099e978f6bfef60fa (diff)
Update Glances Flame
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e2f880dd..5a8dc161 100644
--- a/Makefile
+++ b/Makefile
@@ -52,6 +52,6 @@ run-client: venv
./venv/bin/python -m glances -C ./conf/glances.conf -c localhost
profiling: venv venv-dev
- @echo "Please complete and run: sudo ./venv/bin/py-spy record -o /tmp/glances.svg -d 60 -s --pid <GLANCES PID>"
+ @echo "Please complete and run: sudo ./venv/bin/py-spy record -o ./docs/_static/glances-flame.svg -d 60 -s --pid <GLANCES PID>"
.PHONY: test docs docs-server