Skip to content

Commit ec06914

Browse files
Create README.md
1 parent e3aae13 commit ec06914

1 file changed

Lines changed: 45 additions & 0 deletions

File tree

README.md

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
# AMBCT Linux – APT Repository
2+
3+
This repository provides the **APT package source** for installing AMBCT on Linux systems.
4+
5+
It is used for distribution only and does **not contain the source code**.
6+
7+
---
8+
9+
## Installation
10+
11+
Install AMBCT using the official repository:
12+
13+
```bash
14+
curl -fsSL https://blitzpythoner.github.io/AMBCT-Linux-Repo/install.sh | sudo bash
15+
```
16+
17+
---
18+
19+
## What this repository contains
20+
21+
* Prebuilt `.deb` packages
22+
* APT repository metadata (`Packages`, `Release`, etc.)
23+
* Installation script
24+
25+
---
26+
27+
## Source Code
28+
29+
The actual source code is maintained in the main project repository:
30+
31+
https://github.com/BlitzPythoner/AMBCT-Linux
32+
33+
---
34+
35+
## Notes
36+
37+
* This repository is intended for package distribution only
38+
* Issues and feature requests should be reported in the source repository
39+
* Requires `wimlib-imagex` on the system
40+
41+
---
42+
43+
## License
44+
45+
See the main repository for licensing and additional information.

0 commit comments

Comments
 (0)