Skip to content

Commit

Permalink
env examples
Browse files Browse the repository at this point in the history
  • Loading branch information
wvoliveira committed Sep 19, 2020
1 parent be1a452 commit 13afbb3
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,24 @@ $ motivar -l us
Whatever you are, be a good one. Abraham Lincoln
```

Ou por variavel de ambiente

```bash
# bash
export MOTIVAR_LANGUAGE=us
./motivar

Whatever the mind of man can conceive and believe, it can achieve. Napoleon Hill
```

```powershell
# powershell
$env:MOTIVAR_LANGUAGE = 'us'
.\motivar.exe
Life is fragile. We’re not guaranteed a tomorrow so give it everything you’ve got. Tim Cook
```

## Funções

- Frases em inglês e português
Expand Down

0 comments on commit 13afbb3

Please sign in to comment.