浏览代码

Made an oopsie in the venv instructions.

Kyle Anthony Williams 4 年之前
父节点
当前提交
42c943d762
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .gitignore

+ 1 - 1
.gitignore

@@ -23,5 +23,5 @@ scripts/pdf/*.html
 scripts/pdf/tldr-pages.pdf
 
 # Python venv for testing the PDF script
-# Envoke it with: python3 -m scripts/pdf/venv/
+# Create it with: python3 -m venv scripts/pdf/venv/
 scripts/pdf/venv/