mirror of
https://github.com/wizbright/waybox.git
synced 2025-10-29 05:40:20 -04:00
s/wlroots/waybox where appropriate
This commit is contained in:
parent
955b86c494
commit
b17873721a
1 changed files with 3 additions and 3 deletions
|
|
@ -16,8 +16,8 @@ If you already have your own pull request habits, feel free to use them. If you
|
||||||
don't, however, allow me to make a suggestion: feature branches pulled from
|
don't, however, allow me to make a suggestion: feature branches pulled from
|
||||||
upstream. Try this:
|
upstream. Try this:
|
||||||
|
|
||||||
1. Fork wlroots
|
1. Fork waybox
|
||||||
2. `git clone https://github.com/username/waybox && cd wlroots`
|
2. `git clone https://github.com/username/waybox && cd waybox`
|
||||||
3. `git remote add upstream https://github.com/wizbright/waybox`
|
3. `git remote add upstream https://github.com/wizbright/waybox`
|
||||||
|
|
||||||
You only need to do this once. You're never going to use your fork's master
|
You only need to do this once. You're never going to use your fork's master
|
||||||
|
|
@ -86,7 +86,7 @@ process is:
|
||||||
|
|
||||||
## Style Reference
|
## Style Reference
|
||||||
|
|
||||||
wlroots is written in C with a style similar to the [kernel
|
waybox is written in C with a style similar to the [kernel
|
||||||
style](https://www.kernel.org/doc/Documentation/process/coding-style.rst), but
|
style](https://www.kernel.org/doc/Documentation/process/coding-style.rst), but
|
||||||
with a few notable differences.
|
with a few notable differences.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue