diff options
author | Ekaitz Zarraga <ekaitz@elenq.tech> | 2023-09-04 19:52:41 +0200 |
---|---|---|
committer | Ekaitz Zarraga <ekaitz@elenq.tech> | 2023-09-04 19:52:41 +0200 |
commit | 3d08769c9b942a42fe8dc3a9074a92882fc5f7c9 (patch) | |
tree | 6516ab82a462f603f26d06873e265f1ff4cdd7af | |
parent | 542c485b3a6df9fd68012618d1763e28ce11f67b (diff) |
Gitignore
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | README.md | 12 | ||||
-rw-r--r-- | eu/1.md (renamed from 1.md) | 0 | ||||
-rw-r--r-- | eu/2.md (renamed from 2.md) | 0 |
4 files changed, 13 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..da0de7e --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +pdf diff --git a/README.md b/README.md new file mode 100644 index 0000000..b2ce3ca --- /dev/null +++ b/README.md @@ -0,0 +1,12 @@ +# Git course + +Translations for several languages are provided. Each of them has a different +folder: + +- `eu`: the original, in Basque +- `es`: Spanish translation + +Each of the files has a note in the metadata indicating how to build it to PDF. +They expect to be run from the project root folder. + +> NOTE: This might be automated in the future |