From 131686541b591aa3355f252ae2fb1fc9ff7e9b0b Mon Sep 17 00:00:00 2001 From: Rohan Vazarkar Date: Tue, 28 Jun 2022 09:15:30 -0400 Subject: [PATCH] docs: update build strings --- docs/installation/linux.rst | 4 ++-- docs/installation/osx.rst | 4 ++-- docs/installation/windows.rst | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/installation/linux.rst b/docs/installation/linux.rst index ec7ab27ba..2bbf95d92 100644 --- a/docs/installation/linux.rst +++ b/docs/installation/linux.rst @@ -119,8 +119,8 @@ Alternative: Build the BloodHound GUI npm install -5. Build BloodHound with 'npm run build': +5. Build BloodHound with 'npm run build:linux': :: - npm run build + npm run build:linux diff --git a/docs/installation/osx.rst b/docs/installation/osx.rst index 7586987c2..d3ab932d0 100644 --- a/docs/installation/osx.rst +++ b/docs/installation/osx.rst @@ -53,8 +53,8 @@ Alternative: Build the BloodHound GUI :: $ npm install -Build BloodHound with `npm run build`: +Build BloodHound with `npm run build:linux`: :: - $ npm run build + $ npm run build:macos diff --git a/docs/installation/windows.rst b/docs/installation/windows.rst index 5420fa34c..0ea2e1aa8 100644 --- a/docs/installation/windows.rst +++ b/docs/installation/windows.rst @@ -75,8 +75,8 @@ Alternative: Build the BloodHound GUI C:\> npm install -5. Build BloodHound with `npm run build` +5. Build BloodHound with `npm run build:windows` :: - C:\> npm run build + C:\> npm run build:windows