Skip to content

Commit

Permalink
docs: update build strings
Browse files Browse the repository at this point in the history
  • Loading branch information
rvazarkar committed Jun 28, 2022
1 parent b606fb0 commit 1316865
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions docs/installation/linux.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 2 additions & 2 deletions docs/installation/osx.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 2 additions & 2 deletions docs/installation/windows.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 1316865

Please sign in to comment.