Skip to content

Commit

Permalink
init
Browse files Browse the repository at this point in the history
  • Loading branch information
gtxaspec committed Oct 16, 2024
0 parents commit 16bd1c9
Show file tree
Hide file tree
Showing 12 changed files with 23 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
z_master/
22 changes: 22 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Ingenic Cloner Archives

This project mirrors official releases archived from `ftp.ingenic.com.cn`, providing easy access to important files for the community.

### Why 7zip Format?

GitHub imposes file size limits that prevent us from uploading large files directly. By using 7zip, we can split larger archives into smaller parts, making them easier to store and share.

## How to Use

1. **Download All Parts**: Each release is split into `.7z.001`, `.7z.002`, etc. Make sure to download all parts of the desired release.
2. **Extract**: Use `7zip` or a similar tool to extract the contents:
```bash
7z x <archive_name>.7z.001
```
3. **Access the Files**: After extraction, you'll have access to the full archive and can use it as needed.

## Contributions

This repository is intended for archival purposes. If you encounter any issues or have suggestions for improvement, feel free to open an issue or submit a pull request.

- If you have versions that aren't posted, please open a pull request.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit 16bd1c9

Please sign in to comment.