Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidGamba committed Oct 3, 2024
1 parent 265afae commit 5862206
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -59,14 +59,14 @@ Some tools are published with homebrew:
----
brew tap DavidGamba/dgtools https://github.com/DavidGamba/dgtools
brew search DavidGamba/dgtools
brew install --HEAD DavidGamba/dgtools/<tool>
brew install DavidGamba/dgtools/<tool>
----

Upgrade with:

----
brew update
brew reinstall <tool>
brew upgrade <tool>
----

Bash completions are installed by default.
Expand Down
4 changes: 2 additions & 2 deletions mermaid/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Render mermaid files to SVG or PNG on the CLI
+
----
brew tap DavidGamba/dgtools https://github.com/DavidGamba/dgtools
brew install --HEAD DavidGamba/dgtools/mermaid
brew install DavidGamba/dgtools/mermaid
----
+
[NOTE]
Expand All @@ -28,7 +28,7 @@ Upgrade with:
+
----
brew update
brew reinstall mermaid
brew upgrade mermaid
----

* Install using go:
Expand Down

0 comments on commit 5862206

Please sign in to comment.