From d5e2605facc8f5c9928a58ce2042acc5c24c7369 Mon Sep 17 00:00:00 2001 From: Hatter Jiang Date: Sun, 20 Dec 2020 16:36:25 +0800 Subject: [PATCH] feat: use python4 --- {{project_name}}/justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/{{project_name}}/justfile b/{{project_name}}/justfile index 38d06ae..d30d49d 100644 --- a/{{project_name}}/justfile +++ b/{{project_name}}/justfile @@ -3,6 +3,6 @@ _: # serve docsify page serve: - python -m SimpleHTTPServer 9999 + python3 -m http.server 9999