Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 686784e

Browse files
Merged in JS-15332-MVC6-UG-document (pull request #289)
Remove the unnecessary symbols from the document.
2 parents ffda4d4 + 9fd2fc7 commit 686784e

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

‎aspnetmvc/getting-started.md‎

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1615,7 +1615,7 @@ Refer the following steps to configure ASP.NET MVC 6 on your system
16151615

16161616
{% endhighlight %}
16171617

1618-
* Open the command prompt with[Administrator mode](https://technet.microsoft.com/en-in/library/cc947813(v=ws.10).aspx) and run the above command,which will download the **DNVM (.NET Version Manager)**as mentioned in the below screenshotand place it in your user profile. The DNVM works manipulate from this installed path.
1618+
* Open the command prompt with[Administrator mode](https://technet.microsoft.com/en-in/library/cc947813(v=ws.10).aspx) and run the above command,which will download the **DNVM (.NET Version Manager)**as mentioned in the below screenshotand place it in your user profile. The DNVM works manipulate from this installed path.
16191619

16201620
![](getting-started_images/getting-started_img100.jpeg)
16211621

@@ -1628,7 +1628,7 @@ Refer the following steps to configure ASP.NET MVC 6 on your system
16281628
{% highlight text %}
16291629

16301630

1631-
**C:\Users> where dnvm**
1631+
C:\Users> where dnvm
16321632

16331633

16341634

@@ -1641,7 +1641,7 @@ Refer the following steps to configure ASP.NET MVC 6 on your system
16411641
{% highlight text %}
16421642

16431643

1644-
**C:\Users> dnvm**
1644+
C:\Users> dnvm
16451645

16461646

16471647

@@ -1656,7 +1656,7 @@ Refer the following steps to configure ASP.NET MVC 6 on your system
16561656
{% highlight text %}
16571657

16581658

1659-
**C:\Users> dnvm upgrade**
1659+
C:\Users> dnvm upgrade
16601660

16611661

16621662

@@ -1668,12 +1668,12 @@ Refer the following steps to configure ASP.NET MVC 6 on your system
16681668

16691669
* After this installation is completed, run the below command which will list out the DNX version installed in your local machine.
16701670

1671-
N> The default version is marked with asterisk (***) symbol.
1671+
N> The default version is marked with asterisk (*) symbol.
16721672

16731673
{% highlight text %}
16741674

16751675

1676-
**C:\Users> dnvm list**
1676+
C:\Users> dnvm list
16771677

16781678

16791679

@@ -1688,7 +1688,7 @@ N> The default version is marked with asterisk (***) symbol.
16881688
{% highlight text %}
16891689

16901690

1691-
**C:\Users> dnvm use 1.0.0-rc1-update2 -p**
1691+
C:\Users> dnvm use 1.0.0-rc1-update2 -p
16921692

16931693

16941694

@@ -1703,7 +1703,7 @@ N> The default version is marked with asterisk (***) symbol.
17031703
{% highlight text %}
17041704

17051705

1706-
**C:\Users> dnvm list**
1706+
C:\Users> dnvm list
17071707

17081708

17091709

@@ -1714,7 +1714,7 @@ N> The default version is marked with asterisk (***) symbol.
17141714
{% highlight text %}
17151715

17161716

1717-
**C:\Users\{user name}\.dnx\alias**
1717+
C:\Users\{user name}\.dnx\alias
17181718

17191719

17201720

@@ -1896,7 +1896,7 @@ I> Since the **jquery-1.11.3.min.js** file is referred explicitly in the applica
18961896
{% highlight c# %}
18971897

18981898

1899-
<**ej-script-manager**></**ej-script-manager**>
1899+
<ej-script-manager></ej-script-manager>
19001900

19011901

19021902

@@ -1911,7 +1911,7 @@ I> Since the **jquery-1.11.3.min.js** file is referred explicitly in the applica
19111911
{% highlight c# %}
19121912

19131913

1914-
<**ej-rating** id="DefaultRating" **value**="3" />
1914+
<ej-rating id="DefaultRating" value="3" />
19151915

19161916

19171917

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /