Skip to content

Commit

Permalink
doc: Update README.md files
Browse files Browse the repository at this point in the history
  • Loading branch information
cdalvaro committed Dec 8, 2024
1 parent aeb4eec commit 2908842
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# <img src="/assets/homebrew.svg" height=24pt> Homebrew Custom Tap

<picture align="center">
<source media="(prefers-color-scheme: dark)" srcset="/assets/homebrew-tap-banner-dark.png">
<source media="(prefers-color-scheme: light)" srcset="/assets/homebrew-tap-banner-light.png">
Expand Down Expand Up @@ -65,6 +63,10 @@ Gradient Boosting on Decision Trees C++ Model Library.
brew install cdalvaro/tap/catboostmodel-cpp
```

#### Optional Parameters

- `--with-static` Also install the static library

### `clang-format@14`

[![Badge](https://img.shields.io/badge/llvm-llvm--project-grey?logo=github&color=181717)](https://github.com/llvm/llvm-project)
Expand Down
8 changes: 5 additions & 3 deletions docs/es-ES/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# <img src="/assets/homebrew.svg" height=24pt> Homebrew Custom Tap

<picture align="center">
<source media="(prefers-color-scheme: dark)" srcset="/assets/homebrew-tap-banner-dark.png">
<source media="(prefers-color-scheme: light)" srcset="/assets/homebrew-tap-banner-light.png">
Expand Down Expand Up @@ -62,9 +60,13 @@ Esta fórmula no está disponible en el repositorio homebrew-core porque no cump
Librería de C++ del modelo Catboost Gradient Boosting basada en árboles de decisión.

```sh
brew install cdalvaro/tap/catboost-cli
brew install cdalvaro/tap/catboostmodel-cpp
```

#### Parámetros Opcionales

- `--with-static` Instala también la librería estática

### `clang-format@14`

[![Badge](https://img.shields.io/badge/llvm-llvm--project-grey?logo=github&color=181717)](https://github.com/llvm/llvm-project)
Expand Down

0 comments on commit 2908842

Please sign in to comment.