From 9a6ab5f317d196caeae61e01272f783e17d7e658 Mon Sep 17 00:00:00 2001 From: Allan Jude Date: Sat, 2 Oct 2021 15:11:58 -0400 Subject: [PATCH] Update FreeBSD install instructions Default version if python 3.8 now, and remove an excess \ --- docs/Getting Started/FreeBSD.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/Getting Started/FreeBSD.rst b/docs/Getting Started/FreeBSD.rst index 3c0457f..ab3dc9f 100644 --- a/docs/Getting Started/FreeBSD.rst +++ b/docs/Getting Started/FreeBSD.rst @@ -51,13 +51,13 @@ The following dependencies are required to build OpenZFS on FreeBSD: automake \ autotools \ git \ - gmake \ + gmake - Optional packages for build: :: - pkg install python37 # or your preferred Python version - pkg install py37-sysctl # needed for arcstat, arc_summary, dbufstat + pkg install python38 # or your preferred Python version + pkg install py38-sysctl # needed for arcstat, arc_summary, dbufstat - Packages for checks and tests: :: @@ -70,8 +70,8 @@ The following dependencies are required to build OpenZFS on FreeBSD: hs-ShellCheck \ ksh93 \ pamtester \ - py37-flake8 \ - python37 \ + py38-flake8 \ + python38 \ sudo Your preferred python version may be substituted. The user for