From 9dd552cbb354662be089858b46543e186e1b4e8f Mon Sep 17 00:00:00 2001 From: Gilles Debunne <63719587+gdebunne@users.noreply.github.com> Date: Wed, 22 Apr 2020 16:10:19 +0200 Subject: [PATCH] Use python3 instead of python --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 0d434a0..17a06ea 100644 --- a/README.rst +++ b/README.rst @@ -156,7 +156,7 @@ or with python version 3: .. code:: console - python -c 'import urllib.request; print(urllib.request.urlopen("https://bootstrap.saltstack.com").read().decode("ascii"))' > bootstrap-salt.sh + python3 -c 'import urllib.request; print(urllib.request.urlopen("https://bootstrap.saltstack.com").read().decode("ascii"))' > bootstrap-salt.sh Install using fetch ~~~~~~~~~~~~~~~~~~~