inital release
This commit is contained in:
14
README.md
Normal file
14
README.md
Normal file
@@ -0,0 +1,14 @@
|
||||
# Photok Backup Recovery
|
||||
## Description
|
||||
|
||||
This utility allows you to restore data from backups created by the Photok application without needing an Android phone. Easily access and recover your files directly from your computer.
|
||||
|
||||
## Usage
|
||||
|
||||
1. Go to the Releases page.
|
||||
2. Download the executable file for your platform.
|
||||
3. Run the utility using the command:
|
||||
```bash
|
||||
photok-recovery --password <your_password> --file <path_to_backup>
|
||||
```
|
||||
Replace <your_password> with your actual password and <path_to_backup> with the path to your backup file.
|
||||
Reference in New Issue
Block a user