Skip to content
This repository has been archived by the owner on Nov 8, 2023. It is now read-only.

docs: enhance markdown syntax #261

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 6 additions & 4 deletions demo-vue/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@

If you want to test it out on an emulator or a device you can follow the instructions below:

`git clone https://github.com/NativeScript/nativescript-geolocation.git`
`cd nativescript-geolocation/demo-vue`
`npm run build.plugin && npm install`
`tns run android --bundle` or `tns run ios --bundle` depending on the platform you want to test
```bash
git clone https://github.com/NativeScript/nativescript-geolocation.git
cd nativescript-geolocation/demo-vue
npm run build.plugin && npm install
tns run android --bundle or tns run ios --bundle # depending on the platform you want to test
```