Skip to content

Commit b45513d

Browse files
committed
Formatting updates for README
1 parent 7914402 commit b45513d

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -788,9 +788,15 @@ Alternatively, you can clone the repo somewhere else and `rsync` the directory o
788788
> This is the method I use as it allows me to separate the codebases:
789789
790790
```bash
791-
git clone https://github.com/fullstackreact/react-native-firestack.git ~/Development/react-native/mine/react-native-firestack/
791+
git clone https://github.com/fullstackreact/react-native-firestack.git \
792+
~/Development/react-native/mine/react-native-firestack/
793+
792794
## And rsync
793-
rsync -avhW --delete --exclude='node_modules' --exclude='.git' --exclude='*.desktop.js' ~/Development/react-native/mine/react-native-firestack/ ./node_modules/react-native-firestack/
795+
rsync -avhW --delete \
796+
--exclude='node_modules' \
797+
--exclude='.git' \
798+
~/Development/react-native/mine/react-native-firestack/ \
799+
./node_modules/react-native-firestack/
794800
```
795801

796802
## Contributing

0 commit comments

Comments
 (0)