Skip to content

Commit 2c99504

Browse files
authored
Merge pull request #107 from Kentico/CollierCZ-patch-1
Update readme for other IDEs
2 parents c22e6fb + 101b319 commit 2c99504

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,16 @@ You can register your account for free at <https://app.kontent.ai>.
1010

1111
You can run the app in two following ways:
1212

13-
* By cloning the code and running it via Visual Studio 2013 or later
14-
* By deploying the app to a new Azure App Service instance in your Azure subscription.
13+
* Cloning the code and running it using an IDE, such as Visual Studio 2013 or later.
14+
* Deploying the app to a new Azure App Service instance in your Azure subscription.
1515

16-
### Running via Visual Studio
16+
### Running in an IDE
1717

1818
To run the app:
1919
1. Clone the app repository with your favorite GIT client
2020
1. For instance, you can use [Visual Studio](https://www.visualstudio.com/vs/), [Visual Studio Code](https://code.visualstudio.com/), [GitHub Desktop](https://desktop.github.com/), etc.
21-
1. Alternatively, you can download the repo as a ZIP file, however, this will not adapt line endings in downloaded files to your platform (Windows, Unix).
22-
1. Open the solution in Visual Studio (using the _DancingGoat.sln_ file).
21+
1. Alternatively, you can download the repo as a ZIP file, but this will not adapt the line endings in the downloaded files to your platform (Windows, Unix).
22+
1. Open the solution in your IDE (using the _DancingGoat.sln_ file).
2323
1. Run the app.
2424

2525
### Running in Azure

0 commit comments

Comments
 (0)