From fd8459ada1178eb8cf8e4d2e078cd0d634d78b5c Mon Sep 17 00:00:00 2001 From: George Date: Wed, 25 Mar 2020 12:13:47 -0300 Subject: [PATCH 1/2] update readme --- readme.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/readme.md b/readme.md index 79dc8af..db401d2 100644 --- a/readme.md +++ b/readme.md @@ -17,10 +17,10 @@ react-native run-android if something not working read [react native docs](https://reactnative.dev/docs/getting-started) ## Debug -#####For linux: +##### For linux: Read [this](https://gist.github.com/Horhik/28c40259a79fabdd358822cede105c09#file-rn-redux-devtools-md) Instead yarn start and react-native run-android, you may launch `./rn-start.sh` and `./tools-start.sh` -#####Other +##### Other It's up to you 😜 ## Goals @@ -30,4 +30,4 @@ It's up to you 😜 - [ ] Add fields editor - [ ] Add dark theme - [ ] Create flexibility models -- [ ] Download sound of word to filesystem \ No newline at end of file +- [ ] Download sound of word to filesystem From 33b9ff19446ef055334663f9d7da9fd991232e04 Mon Sep 17 00:00:00 2001 From: George Date: Wed, 25 Mar 2020 12:14:33 -0300 Subject: [PATCH 2/2] update readme --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index db401d2..1a25bb1 100644 --- a/readme.md +++ b/readme.md @@ -5,7 +5,7 @@ App which provide translating and adding words to anki ![screenshot](./readme-files/screenshot1.png) ## Build and start -```shell +```bash git clone https://github.com/Horhik/ankilan yarn install