Skip to content

Commit 3cd248d

Browse files
authored
Remove submodule instructions from README.md. (#334)
1 parent fa9eb0b commit 3cd248d

File tree

1 file changed

+3
-10
lines changed

1 file changed

+3
-10
lines changed

README.md

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -39,17 +39,10 @@ how to use this project. You can also read our plans for future feature developm
3939

4040
## Cloning the Code
4141

42-
To clone the repository and initialize all the submodules at once you can run:
42+
To clone the repository execute:
4343

4444
```
45-
git clone --recursive https://github.com/PowerShell/PowerShellEditorServices.git
46-
```
47-
48-
If you have already cloned the repository without `--recursive` option, you can run following commands to initialize the submodules:
49-
50-
```
51-
git submodule init
52-
git submodule update
45+
git clone https://github.com/PowerShell/PowerShellEditorServices.git
5346
```
5447

5548
## Contributions Welcome!
@@ -65,4 +58,4 @@ contribute code, documentation, tests, or bug reports, please read our [Contribu
6558

6659
## License
6760

68-
This project is [licensed under the MIT License](LICENSE).
61+
This project is [licensed under the MIT License](LICENSE).

0 commit comments

Comments
 (0)