Skip to content

Commit

Permalink
doc: update build instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
ddlees authored Mar 28, 2022
2 parents 0750eab + d6b9742 commit b47916f
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 linuxbuild':
5. Build BloodHound with 'npm run build':

::

npm run linuxbuild
npm run build
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 macbuild`:
Build BloodHound with `npm run build`:

::

$ npm run macbuild
$ npm run build
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 winbuild`
5. Build BloodHound with `npm run build`

::

C:\> npm run winbuild
C:\> npm run build

0 comments on commit b47916f

Please sign in to comment.