You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/developing/index.md
+11-9Lines changed: 11 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,17 +2,17 @@
2
2
3
3
## Get Docker
4
4
5
-
Development requires Docker desktop available for windows + and mac or Docker CE available for Linux. Visit (Docker)[https://www.docker.com/get-started]
5
+
Development requires Docker desktop available for windows + and mac or Docker CE available for Linux. Visit [Docker](https://www.docker.com/get-started)
6
6
for download instructions
7
7
8
8
## Setup VS Code IDE
9
9
10
-
VS Code provides a free IDE experience that is effective for daily development with SC4S. Visit (Microsoft)[https://code.visualstudio.com/docs/introvideos/basics]
10
+
VS Code provides a free IDE experience that is effective for daily development with SC4S. Visit [Microsoft](https://code.visualstudio.com/docs/introvideos/basics)
11
11
to download and install for your platform (windows/mac/linux)
12
12
13
13
## Fork and Clone the github repository
14
14
15
-
Visit our repository at (Github)[https://github.com/splunk/splunk-connect-for-syslog] and "fork" our repository. This will allow you to make changes and submit pull requests.
15
+
Visit our repository at [Github](https://github.com/splunk/splunk-connect-for-syslog) and "fork" our repository. This will allow you to make changes and submit pull requests.
16
16
17
17

18
18
@@ -24,16 +24,18 @@ Click the clone icon and select the location
24
24
25
25
The following steps are required _only_ on the first time run.
26
26
27
-
* Install VS Code Extensions S
27
+
* Install VS Code Extensions:
28
28
* Python
29
29
* Test Explorer
30
30
* "Python Test Explorer"
31
-
* From the terminal menu select "Run Task"
32
-
* Select "Setup step 1: python venv" then "go without scanning output"
33
-
* From the terminal menu select "Run Task"
34
-
* Select "Setup step 2: python requirements" then "go without scanning output"
35
31
36
-

32
+
* Run command to setup the project:
33
+
* From the terminal menu select "Run Task" (Ctrl + Shift + B)
34
+
* Select "Step 1: Install poetry"
35
+
* From the terminal menu select "Run Task" (Ctrl + Shift + B)
36
+
* Select "Step 2: Configure poetry"
37
+
* From the terminal menu select "Run Task" (Ctrl + Shift + B)
0 commit comments