Skip to content

Commit

Permalink
Download: updated
Browse files Browse the repository at this point in the history
  • Loading branch information
janpecha committed Nov 28, 2023
1 parent ed65f4b commit 000fb51
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion cs/download.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,21 @@ Lean Mapper je primárně dostupný přes [Packagist](https://packagist.org/pack
composer require tharos/leanmapper
```

Pokud chcete používat vždy nejnovější stabilní verzi, vyžádejte si větev `master`:

```
composer require tharos/leanmapper dev-master
```


## Vývojová verze a Git

Zdrojový kód je dostupný pod MIT licencí na server [GitHub.com](https://github.com/tharos/leanmapper).
Zdrojový kód je dostupný pod MIT licencí na serveru [GitHub.com](https://github.com/tharos/leanmapper).

* [Vývojová verze (ZIP)](https://github.com/Tharos/LeanMapper/archive/develop.zip)

Nainstalovat vývojovou verzi můžete pomocí:

```
composer require tharos/leanmapper dev-develop
```

0 comments on commit 000fb51

Please sign in to comment.