mirror of
https://github.com/rife2/bld
synced 2026-02-16 21:33:42 +01:00
Compare commits
3 commits
a35f60d540
...
3df0105cfd
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3df0105cfd | ||
|
|
8ad5414d67 | ||
|
|
684c697896 |
20
CONTRIBUTING.md
Normal file
20
CONTRIBUTING.md
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
# Contributing
|
||||
|
||||
If you want to contribute to `bld` or customize it, all you have to do is clone the GitHub
|
||||
repository and update the [RIFE2/core](https://github.com/rife2/rife2-core) submodule:
|
||||
|
||||
```console
|
||||
git clone git@github.com:rife2/bld.git
|
||||
cd bld
|
||||
git submodule init
|
||||
git submodule update
|
||||
```
|
||||
|
||||
Then use `bld` to build itself:
|
||||
|
||||
```console
|
||||
./bld compile
|
||||
```
|
||||
|
||||
The project has an IntelliJ IDEA project structure. You can just open it after all
|
||||
the dependencies were downloaded and peruse the code.
|
||||
22
README.md
22
README.md
|
|
@ -131,23 +131,7 @@ to post on the [forums](https://forum.uwyn.com) or to join us on [Discord](http
|
|||
|
||||
Read more in the [full documentation](https://github.com/rife2/bld/wiki) and [bld Javadocs](https://rife2.github.io/bld/).
|
||||
|
||||
# Building `bld`
|
||||
# Contributing
|
||||
|
||||
If you want to contribute to `bld` or customize it, all you have to do is clone the GitHub
|
||||
repository and update the [RIFE2/core](https://github.com/rife2/rife2-core) submodule:
|
||||
|
||||
```console
|
||||
git clone git@github.com:rife2/bld.git
|
||||
cd bld
|
||||
git submodule init
|
||||
git submodule update
|
||||
```
|
||||
|
||||
Then use `bld` to build itself:
|
||||
|
||||
```console
|
||||
./bld compile
|
||||
```
|
||||
|
||||
The project has an IntelliJ IDEA project structure. You can just open it after all
|
||||
the dependencies were downloaded and peruse the code.
|
||||
See [CONTIBUTING.md](https://github.com/rife2/bld?tab=contributing-ov-file#readme) for information about
|
||||
contributing to this project.
|
||||
|
|
|
|||
Loading…
Reference in a new issue