Skip to content

Commit d271f01

Browse files
committed
add headings
1 parent 3f184b6 commit d271f01

2 files changed

Lines changed: 21 additions & 9 deletions

File tree

docs/Compilation.md

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,30 @@
11
# How to compile SharpBrowser
22

3-
Step 1: Fork the sharpbrowser repository on GitHub
3+
#### Step 1: Fork sharpbrowser
4+
5+
Fork the sharpbrowser repository on GitHub
46
![image](https://user-images.githubusercontent.com/104514709/183603613-65eff2a1-0d80-4e70-83d8-805edecd2c0c.png)
57

6-
Step 2: Download Visual Studio Community with the "Desktop development with .NET" component
8+
#### Step 2: Install Visual Studio
79

10+
Download Visual Studio Community with the "Desktop development with .NET" component
811

912
![image](https://user-images.githubusercontent.com/104514709/183603285-8d1a52cf-4cb8-4464-b55e-34d1a17a2c31.png)
1013

14+
#### Step 2: Setup this project in VS
1115

12-
Step 2: Open VS Community and select "Clone a repository"
16+
Open VS Community and select "Clone a repository"
1317

1418
![image](https://user-images.githubusercontent.com/104514709/183603374-2b2d4c84-c58e-474c-a335-fded1838e9ed.png)
1519

16-
Step 3: Type in your sharpbrowser fork URL and press "Clone"
20+
#### Step 3: Clone this project
21+
22+
Type in your sharpbrowser fork URL and press "Clone"
1723

1824
![image](https://user-images.githubusercontent.com/104514709/183603880-92217d8a-bc99-4adf-b6d7-030096576090.png)
1925

26+
#### Step 4: Develop!
27+
28+
You now have a copy of SharpBrowser! Press "Start" after you choose the system architecture
2029

21-
Step 4: You now have a copy of SharpBrowser! Press "Start" after you choose the system architecture
2230
![image](https://user-images.githubusercontent.com/104514709/183604128-771daefc-6254-41bc-8660-2d28200a0b1e.png)

docs/Distribution.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,17 @@
11
# How to distribute SharpBrowser with your own branding
22

3-
#### Step 1: Clone the source using our tutorial
3+
#### Step 1: Clone the source
44

5-
#### Step 2: Go to Solution explorer, and navigate `Model > BrowserConfig.cs`
5+
Create a Github clone of SharpBrowser using [our tutorial](Compilation.md).
6+
7+
#### Step 2: Open BrowserConfig.cs
8+
9+
Open the Solution explorer, and navigate to `Model > BrowserConfig.cs`.
610

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

913
#### Step 3: Edit the configuration strings
10-
14+
1115
![image](https://user-images.githubusercontent.com/104514709/183605417-67f274b2-fe9d-47b7-9d4e-1722387d2fb8.png)
1216

1317
#### Step 4: Compile the application
@@ -19,5 +23,5 @@ Make sure you select `Release` mode and then compile the application using the B
1923
#### Step 5: Create a new installer package
2024
To recreate the setup file, install [InnoSetup](https://jrsoftware.org/isinfo.php) and run the InnoSetup script in the `setup` folder.
2125

22-
#### Step 6: Share your installer package.
26+
#### Step 6: Share your installer package
2327
Share the newly generated installer package with your friends!

0 commit comments

Comments
 (0)