Skip to content

Commit

Permalink
mise a jour du readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Pale-whale committed Aug 5, 2020
1 parent c680b92 commit 5ab9863
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
6 changes: 6 additions & 0 deletions LISEZ-MOI.md
Expand Up @@ -21,6 +21,12 @@ Pour des raisons évidentes, ``Dockerfile`` ne nous semble pas assez souverain,

Pour que cela fonctionne, il vous suffit d'intégrer le fichier ``RecetteÀMarcel`` dans votre dossier courant où vous exécuterez ensuite ``marcel bricole``. Et voilà, vous pouvez travailler !

## Auto-complétion avec bash
Ajoutez dans votre ``~/.bashrc`` :
```bash
source <(marcel complète bash)
```

## Comment contribuer ?

Pour commencer, merci de contribuer à la splendeur de la « french tech ». Vous aurez besoin pour cela d'installer les dépendances dans votre environnement virtuel:
Expand Down
9 changes: 8 additions & 1 deletion README.md
Expand Up @@ -21,7 +21,14 @@ Marcel is a french wrapper around the docker CLI, intended as a drop-in replacem
Obviously, the ``Dockerfile`` name is not sovereign enough for us. That's why instead of ``Dockerfile``s, marcel uses ``RecetteÀMarcel`` files.
For now, they use the exact same syntax as ``Dockerfile``, but we'll see about that.

For it to work, you just need to include a ``RecetteÀMarcel`` file in the current directory where you execute your ``marcel construis`` command, are you're good to go.
For it to work, you just need to include a ``RecetteÀMarcel`` file in the current directory where you execute your ``marcel bricole`` command, are you're good to go.

## Bash completion

Add this line to your ``~/.bashrc``:
```bash
source <(marcel complète bash)
```

## Contributing.

Expand Down

0 comments on commit 5ab9863

Please sign in to comment.