Skip to content

Commit

Permalink
Fix: addressed requested changes
Browse files Browse the repository at this point in the history
  • Loading branch information
mjcr99 committed May 21, 2024
1 parent e2aedf2 commit 3c3c3c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion source/development/packaging/generate-deb-rpm-package.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Requirements
* Docker
* Git

Download our wazuh repository from GitHub and go to the debs directory.
Download our wazuh repository from GitHub and go to the packages directory.

.. code-block:: console
Expand Down
2 changes: 1 addition & 1 deletion source/development/packaging/generate-osx-package.rst
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Execute the ``generate_wazuh_packages.sh`` script, with the different options yo
Build options:
-a, --architecture <arch> [Optional] Target architecture of the package [intel64/arm64]. By Default: intel64.
-b, --branch <branch> [Optional] Select Git branch [].
-b, --branch <branch> [Optional] Select Git branch.
-s, --store-path <path> [Optional] Set the destination absolute path of package.
-j, --jobs <number> [Optional] Number of parallel jobs when compiling.
-r, --revision <rev> [Optional] Package revision that append to version e.g. x.x.x-rev
Expand Down

0 comments on commit 3c3c3c0

Please sign in to comment.