0
Fork 0
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:
Bert van der Weerd 2021-12-29 07:00:40 +01:00
parent adbce92867
commit effd07052a
No known key found for this signature in database
GPG key ID: 4CFABB96ADE0F5B1
2 changed files with 28 additions and 0 deletions

View file

@ -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}_

View file

@ -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}_