Skip to content

fix: installation scripts for all OSs#14

Merged
omatheusmesmo merged 3 commits intoBuildCLI:developfrom
jesslourenco:fix/installation-commands
Mar 5, 2025
Merged

fix: installation scripts for all OSs#14
omatheusmesmo merged 3 commits intoBuildCLI:developfrom
jesslourenco:fix/installation-commands

Conversation

@jesslourenco
Copy link
Copy Markdown
Contributor

Description

Fix for issue 13

There were more incorrect commands for Windows as reported and fixed by @omatheusmesmo . I added the new script to this PR as well.

Changes

For Windows:

  • creates the bin directory if it does not already exists.
  • adjusted the correct path for buildcli.jar
  • corrected other commands

For Linux and Mac:

  • mkdir -p "$HOME/bin" creates the bin directory if it does not already exists.
  • cp cli/target/buildcli.jar "$HOME/bin/" uses the correct path for buildcli.jar

Testing

  1. Check if the website is showing the new instructions.
  2. Follow the instructions to install BuildCli on your machine.

@omatheusmesmo omatheusmesmo changed the base branch from main to develop March 5, 2025 00:19
Copy link
Copy Markdown
Contributor

@omatheusmesmo omatheusmesmo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, @jesslourenco, great job!

@omatheusmesmo omatheusmesmo merged commit 7eaabe3 into BuildCLI:develop Mar 5, 2025
omatheusmesmo added a commit that referenced this pull request Mar 5, 2025
* feat: documentation of doctor and changelog command (#7) (#10)

fixes #8

* fix: installation scripts for all OSs

---------

Co-authored-by: Matheus Oliveira da Silva <99829531+omatheusmesmo@users.noreply.github.com> (#15)

* feat: documentation of doctor and changelog command (#7)

fixes #8

* fix: installation scripts for all OSs (#14)

* feat: documentation of doctor and changelog command (#7) (#10)

fixes #8

* fix: installation scripts for all OSs

---------

Co-authored-by: Matheus Oliveira da Silva <99829531+omatheusmesmo@users.noreply.github.com>

---------

Co-authored-by: Jess <70455379+jesslourenco@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants