From 66409ce70cef4b4e28acd02afac443c8b02c82f4 Mon Sep 17 00:00:00 2001 From: Pavel Tisnovsky Date: Thu, 16 Jun 2022 10:53:38 +0200 Subject: [PATCH] New way to run present tool --- present_and_share.sh | 2 +- presentation.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/present_and_share.sh b/present_and_share.sh index 8825a2c..4af7676 100755 --- a/present_and_share.sh +++ b/present_and_share.sh @@ -1,2 +1,2 @@ # please look at README.md how to install the presentation tool -present -http=:3999 -play=false +go run golang.org/x/tools/cmd/present -http=:3999 -play=false diff --git a/presentation.sh b/presentation.sh index d3a7ae6..2bd95a2 100755 --- a/presentation.sh +++ b/presentation.sh @@ -1,2 +1,2 @@ # please look at README.md how to install the presentation tool -present +go run golang.org/x/tools/cmd/present