diff --git a/README.md b/README.md index 95bddb7..7565e45 100644 --- a/README.md +++ b/README.md @@ -8,11 +8,12 @@ We have a fork of fastai to propose changes to fastai.text, with a branch for th Let us know that you want to start collaboration on fastai forum thread: [Multilingual ULMFIT](https://forums.fast.ai/t/multilingual-ulmfit/28117) and you will get access to both repositories. -Follow the developer [installation of fastai] (https://github.com/fastai/fastai#developer-install) -Add n-waves/fastai as additional remote as described here: https://help.github.com/articles/adding-a-remote/ -Here is what I've did: -```bash +- Follow the [developer installation of fastai](https://github.com/fastai/fastai#developer-install) +- Add n-waves/fastai as additional remote as described here: https://help.github.com/articles/adding-a-remote/ +Here is what I did: +```bash +$ cd fastai $ git remote add n-waves https://github.com/n-waves/fastai.git $ git remote -v n-waves https://github.com/n-waves/fastai.git (fetch)