Skip to content

Commit

Permalink
add headings
Browse files Browse the repository at this point in the history
  • Loading branch information
robinrodricks committed Aug 11, 2022
1 parent 3f184b6 commit d271f01
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 9 deletions.
18 changes: 13 additions & 5 deletions docs/Compilation.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,30 @@
# How to compile SharpBrowser

Step 1: Fork the sharpbrowser repository on GitHub
#### Step 1: Fork sharpbrowser

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

Step 2: Download Visual Studio Community with the "Desktop development with .NET" component
#### Step 2: Install Visual Studio

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

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

#### Step 2: Setup this project in VS

Step 2: Open VS Community and select "Clone a repository"
Open VS Community and select "Clone a repository"

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

Step 3: Type in your sharpbrowser fork URL and press "Clone"
#### Step 3: Clone this project

Type in your sharpbrowser fork URL and press "Clone"

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

#### Step 4: Develop!

You now have a copy of SharpBrowser! Press "Start" after you choose the system architecture

Step 4: You now have a copy of SharpBrowser! Press "Start" after you choose the system architecture
![image](https://user-images.githubusercontent.com/104514709/183604128-771daefc-6254-41bc-8660-2d28200a0b1e.png)
12 changes: 8 additions & 4 deletions docs/Distribution.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,17 @@
# How to distribute SharpBrowser with your own branding

#### Step 1: Clone the source using our tutorial
#### Step 1: Clone the source

#### Step 2: Go to Solution explorer, and navigate `Model > BrowserConfig.cs`
Create a Github clone of SharpBrowser using [our tutorial](Compilation.md).

#### Step 2: Open BrowserConfig.cs

Open the Solution explorer, and navigate to `Model > BrowserConfig.cs`.

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

#### Step 3: Edit the configuration strings

![image](https://user-images.githubusercontent.com/104514709/183605417-67f274b2-fe9d-47b7-9d4e-1722387d2fb8.png)

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

#### Step 6: Share your installer package.
#### Step 6: Share your installer package
Share the newly generated installer package with your friends!

0 comments on commit d271f01

Please sign in to comment.