Skip to content

Commit

Permalink
Added info to build binary from source
Browse files Browse the repository at this point in the history
  • Loading branch information
tlueder committed Dec 3, 2023
1 parent 7e5ba37 commit 0363d97
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,16 @@ Import messages from other apps like WhatsApp to Signal.
[WhatsApp] For WhatsApp exports
```

## Build binary from source

```bash
cd path/to/MoveToSignal/

dart compile exe \
bin/move_to_signal.dart \
-o build/move_to_signal_$(uname -s)_$(uname -m)
```

## Known issues

### Language based date time format in Whatsapp exports
Expand Down

0 comments on commit 0363d97

Please sign in to comment.