Skip to content

Commit

Permalink
Merge pull request #13 from tvnova-ogs/development
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
adamjosefus committed Jan 10, 2022
2 parents 8a71608 + c9bf3b4 commit 5d1f616
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,16 @@ Nástroj na správu balíčků (repozitářů), na kterých je závislá vaše a

```bash
# Raw Deno
deno --unstable run --allow-all main.ts --config=pkg.json --help
deno run -A main.ts --config=pkg.json --help


# Compiled Deno
./pkg --help
```

```bash
Verze: 1.1.3

--config, --c
Cesta na konfugurační soubor s balíčky. Výchozí hodnota je "./pkg.json"

Expand Down

0 comments on commit 5d1f616

Please sign in to comment.