Skip to content

Commit a601602

Browse files
committed
Update readme
1 parent e17f4a3 commit a601602

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

README.md

+18
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,21 @@ The project makes use of the following open source packages
1212
- [path_provider](https://pub.dev/packages/path_provider) - path_provider provides path to application document and cache storage directories to store application specific data.
1313
- [record](https://pub.dev/packages/record) - Audio recorder from microphone to a given file path with multiple codecs, bit rate and sampling rate options.
1414

15+
## Build and run locally
16+
17+
Clone the repo
18+
19+
```
20+
git clone https://github.com/thecodepapaya/audio-chat.git
21+
```
22+
23+
Build and run locally
24+
```
25+
cd audio_chat
26+
flutter run
27+
```
28+
## Releases
29+
30+
Checkout the [releases section](https://github.com/thecodepapaya/audio-chat/releases/latest) for the latest APK from the code.
31+
32+

0 commit comments

Comments
 (0)