mirror of
https://github.com/unmojang/meta.git
synced 2025-09-23 11:10:53 -04:00
Add readme
This commit is contained in:
parent
e7c4f977ab
commit
06d697c2a2
36
README.md
Normal file
36
README.md
Normal file
@ -0,0 +1,36 @@
|
||||
# PolyMC Meta
|
||||
Scripts to generate jsons and jars that PolyMC will access.
|
||||
|
||||
## Usage
|
||||
|
||||
### Install the dependencies
|
||||
|
||||
As root:
|
||||
```
|
||||
sudo pip install requirements.txt
|
||||
```
|
||||
|
||||
Or as user:
|
||||
```
|
||||
pip install --user requirements.txt
|
||||
```
|
||||
|
||||
### Initial setup
|
||||
This will clone [meta-polymc](https://github.com/PolyMC/meta-polymc) and [meta-upstream](https://github.com/PolyMC/meta-upstream)
|
||||
|
||||
```
|
||||
./clone.sh
|
||||
```
|
||||
|
||||
### Generate files
|
||||
This will run the main script and do its magic
|
||||
|
||||
```
|
||||
./update.sh
|
||||
```
|
||||
|
||||
### Check status of meta-polymc and meta-upstream
|
||||
|
||||
```
|
||||
./status.sh
|
||||
```
|
Loading…
x
Reference in New Issue
Block a user