mirror of
https://codeberg.org/librewolf/source.git
synced 2025-01-03 03:10:07 -05:00
Update README.md.in
This commit is contained in:
parent
adbce92867
commit
effd07052a
2 changed files with 28 additions and 0 deletions
14
README.md
14
README.md
|
@ -35,6 +35,20 @@ Or make a package:
|
||||||
./mach package
|
./mach package
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### I want to keep up to date with the latest, but compile myself
|
||||||
|
|
||||||
|
1. To first clone the repo:
|
||||||
|
```
|
||||||
|
git clone https://gitlab.com/librewolf-community/browser/source.git
|
||||||
|
cd source
|
||||||
|
make librewolf
|
||||||
|
```
|
||||||
|
2. To keep up-to-date:
|
||||||
|
```
|
||||||
|
git pull
|
||||||
|
make librewolf
|
||||||
|
```
|
||||||
|
|
||||||
## [dev info] How to use this repo instead of [Common](https://gitlab.com/librewolf-community/browser/common):
|
## [dev info] How to use this repo instead of [Common](https://gitlab.com/librewolf-community/browser/common):
|
||||||
|
|
||||||
Since the dawn of time, we have used **Common** to get _patches_, _source_files_, including _source_files/{branding}_
|
Since the dawn of time, we have used **Common** to get _patches_, _source_files_, including _source_files/{branding}_
|
||||||
|
|
14
README.md.in
14
README.md.in
|
@ -35,6 +35,20 @@ Or make a package:
|
||||||
./mach package
|
./mach package
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### I want to keep up to date with the latest, but compile myself
|
||||||
|
|
||||||
|
1. To first clone the repo:
|
||||||
|
```
|
||||||
|
git clone https://gitlab.com/librewolf-community/browser/source.git
|
||||||
|
cd source
|
||||||
|
make librewolf
|
||||||
|
```
|
||||||
|
2. To keep up-to-date:
|
||||||
|
```
|
||||||
|
git pull
|
||||||
|
make librewolf
|
||||||
|
```
|
||||||
|
|
||||||
## [dev info] How to use this repo instead of [Common](https://gitlab.com/librewolf-community/browser/common):
|
## [dev info] How to use this repo instead of [Common](https://gitlab.com/librewolf-community/browser/common):
|
||||||
|
|
||||||
Since the dawn of time, we have used **Common** to get _patches_, _source_files_, including _source_files/{branding}_
|
Since the dawn of time, we have used **Common** to get _patches_, _source_files_, including _source_files/{branding}_
|
||||||
|
|
Loading…
Reference in a new issue