File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -23,12 +23,12 @@ This project framework provides examples for the **Bing Spell Check SDK** for th
2323
2424### Quickstart
2525
26- To get these samples running locally, simply get the pre-requisites above, then:
26+ To get these samples running locally, fulfill the pre-requisites above, then in your root folder :
2727
28- 1 . git clone https://github.com/Azure-Samples/cognitive-services-java-sdk-samples.git
29- 2 . cd cognitive-services-java-sdk-samples/Language/BingSpellCheck
30- 3 . set env variable AZURE_BING_SAMPLES_API_KEY to your cognitive services API key.
31- 4 . mvn compile exec: java cleanupDaemonThreads = false
28+ 1 . From the command line: ` git clone https://github.com/Azure-Samples/cognitive-services-java-sdk-samples.git `
29+ 2 . From the command line: ` cd cognitive-services-java-sdk-samples/Language/BingSpellCheck `
30+ 3 . Set an environment variable named BING_SPELL_CHECK_SUBSCRIPTION_KEY with your cognitive services API key.
31+ 4 . From the command line: ` mvn compile exec:java cleanupDaemonThreads = false `
3232
3333## More information ##
3434
You can’t perform that action at this time.
0 commit comments