Skip to content

Commit 461619b

Browse files
committed
update readme
1 parent 0a953b5 commit 461619b

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,25 +18,25 @@ This is an ideal option that you just need to download and copy BlogEngine files
1818
1. **[Download](https://github.com/rxtur/BlogEngine.NET/releases/download/3.3.5.0/3350.zip)** and extract zip file on root of your website.
1919
2. Add write permissions to the `App_Data` and `Custom` folder.
2020
3. Installation is done.
21-
4. Navigate to administration of your BlogEngine, for example: `yourblog.com/admin/`
21+
4. You can navigate to administration by adding `/admin/` to your website's URL, for example: `http://yourblog.com/admin/`
2222
5. Username: `admin` Password `admin`
2323

2424

2525
### 2. Source Code
2626
This is the developer option. If you are interested is seeing how things work or want to add to the functionality, this is your option.
2727

2828
**Environment**
29-
* Visual Studio 2015 Community +
29+
* Visual Studio 2015 +
3030
* ASP.NET 4.5 +
3131

3232
**Steps:**
3333
1. Clone repository
34-
2. Open solution in Visual Studio 2015
34+
2. Open solution in Visual Studio 2015 +
3535
3. Build and run solution to load website in the browser
36-
4. Use admin/admin to log into website administration
37-
36+
4. Navigate to `http://localhost:64079/admin/`
37+
5. Username: `admin` Password `admin`
3838

3939
# Screenshot
40-
More screenshots on [This page](https://francis.bio/BlogEngine/).
40+
More screenshots on [This page](https://francis.bio/blogengine/).
4141

4242
![dashboard-3](https://cloud.githubusercontent.com/assets/1932785/11760070/0012f9d8-a052-11e5-84a8-e9097cb85f23.png)

0 commit comments

Comments
 (0)