Skip to content
This repository was archived by the owner on May 7, 2024. It is now read-only.

Commit 8bf9a95

Browse files
authored
Merge pull request #2 from Microsoft/feature/md_file_fix
Fixing format error in mark down read me file
2 parents 08eca25 + fbe832c commit 8bf9a95

File tree

2 files changed

+11
-9
lines changed

2 files changed

+11
-9
lines changed

doc/README.md

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,22 @@
1+
Setting up your development environment
2+
========================================
13
1. Install the dependencies via pip with the script below.
24
```Shell
35
python scripts/dev_setup.py
4-
6+
```
57
2. Add `<clone root>\src` to your PYTHONPATH environment variable:
6-
7-
#####Windows
8+
9+
##### Windows
810
```BatchFile
911
set PYTHONPATH=<clone root>\src;%PYTHONPATH%
1012
```
11-
#####OSX/Ubuntu (bash)
13+
14+
##### OSX/Ubuntu (bash)
1215
```Shell
1316
export PYTHONPATH=<clone root>/src:${PYTHONPATH}
14-
15-
##Running Tests:
16-
####Command line
17-
#####Windows:
17+
```
18+
## Running Tests:
19+
#### Command line
1820
Provided your PYTHONPATH was set correctly, you can run the tests from your `<root clone>` directory.
1921

2022
To test the common modules of the CLI:
@@ -27,4 +29,4 @@
2729
python -m unittest discover -s src/mssqlscripter/mssql/scripter/tests
2830
```
2931

30-
Additionally, you can run tests for all CLI tools and common modules using the `Run_All_Tests.bat` script.
32+
Additionally, you can run tests for all CLI tools and common modules using the `run_all_tests.bat` or `sh run_all_tests` script.
File renamed without changes.

0 commit comments

Comments
 (0)