diff options
author | Teddy Wing | 2017-07-25 23:01:48 +0200 |
---|---|---|
committer | Teddy Wing | 2017-07-25 23:14:51 +0200 |
commit | 650695c2982354f09e2ba8b10333a35a80b0a484 (patch) | |
tree | f4ab167c1bb00ecdb6efd36de4ff5d614c403363 /README.md | |
parent | 1b5ea95633912282ea45c766e60853dc957398d0 (diff) | |
download | Deux-Scoops-Rails-Tutorial-650695c2982354f09e2ba8b10333a35a80b0a484.tar.bz2 |
Add README
Include a linked table of contents
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..ff90c90 --- /dev/null +++ b/README.md @@ -0,0 +1,18 @@ +Deux Scoops Rails Tutorial +========================== + +A tutorial to help establish practical foundations in Ruby on Rails by creating +an application to rate ice creams. + + +[000 Préparation](./000-Préparation.md) +[001 Setup](./001-Setup.md) +[002 Ice Cream](./002-Ice-cream.md) +[003 Authentification](./003-Authentification.md) +[004 Création](./004-Création.md) +[Référence de Commandes](./Référence de Commandes.txt) + + +--- + +Copyright © 2017 Teddy Wing. |