Skip to content

Commit 1f4ae72

Browse files
committed
chore: update README
1 parent 021820a commit 1f4ae72

File tree

1 file changed

+39
-1
lines changed

1 file changed

+39
-1
lines changed

README.md

Lines changed: 39 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,37 @@
1818

1919
## Usage
2020

21+
### Guilhunize (translate)
22+
23+
```console
24+
$ guilhunize "salut, j'aime bien faire des refactors et des déchiffrement"
25+
salut, j'aime bien faire des refractos et des désenchiffrement
26+
$ echo "le chiffrement de scaleway" | guilhunize
27+
le cryptage de scalaway
28+
```
29+
30+
### Quote
31+
2132
```console
22-
$ guilhunize -h
33+
$ guilhunize --quote
34+
hein, quoi ?
35+
$ guilhunize --quote
36+
vous etes qui ?
37+
$ guilhunize --quote
38+
il etait cavalier, c'etait un mauvais soldat
2339
...
2440
```
2541

42+
## Test it live (lambda)
43+
44+
### Guilhunize
45+
46+
With httpie: `echo "j'aime bien les refactors" | http POST https://guilhunize.moul.io/api/guilhunize --body`
47+
48+
### Quote
49+
50+
Open your browser here: https://guilhunize.moul.io/api/quote
51+
2652
## Install
2753

2854
### Using go
@@ -37,6 +63,18 @@ $ go get -u moul.io/guilhunize
3763
$ brew install moul/moul/guilhunize
3864
```
3965

66+
### Docker
67+
68+
```console
69+
$ docker pull moul/guilhunize
70+
```
71+
72+
### NPM
73+
74+
```console
75+
$ npm install moul.io/guilhunize
76+
```
77+
4078
### Download releases
4179

4280
https://github.com/moul/guilhunize/releases

0 commit comments

Comments
 (0)