Skip to content

Commit

Permalink
(docs) Finish how to distribute
Browse files Browse the repository at this point in the history
  • Loading branch information
LandarXT authored Aug 9, 2022
1 parent 8c9ac3f commit c2b4efd
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion docs/HowToDistribute.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
# How to Distribute with your own branding

Step 1: Clone the source using [our tutorial](https://github.com/SharpBrowser/SharpBrowser/blob/docs/docs/compiling.md)
Step 1: Clone the source using our tutorial

Step 2: Go to Solution explorer, then select the browser folder, then model, then BrowserConfig.cs

![image](https://user-images.githubusercontent.com/104514709/183605344-97a50c0f-666a-4132-bf30-760525dc253e.png)

Step 3: Rename all of the strings and add your own branding
![image](https://user-images.githubusercontent.com/104514709/183605417-67f274b2-fe9d-47b7-9d4e-1722387d2fb8.png)


Step 4: Compile using the start button

![image](https://user-images.githubusercontent.com/104514709/183605667-47ce966c-3167-4d34-9bd5-7feadf0710e5.png)

0 comments on commit c2b4efd

Please sign in to comment.