Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Joachim-barre authored and Joachim-barre committed Jan 2, 2024
1 parent 4997fd4 commit bb6c526
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
@@ -0,0 +1,18 @@
# EMOJIFY

![tests](https://github.com/Joachim-barre/emojify/actions/workflows/python-app.yml/badge.svg)

A simple app that encode ascii text into emoji and decode it

## how to us

### building the container

you will need to use [docker](https://docs.docker.com/get-docker/)

* in a terminal run :
```docker image build -t name:tag repo```
with repo being the repository directory

* you can now run the container use :
```docker run name:tag```

0 comments on commit bb6c526

Please sign in to comment.