Skip to content

Commit 921df92

Browse files
include instructions for opening an existing Swift project
1 parent 39d026f commit 921df92

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

userdocs/userdocs.docc/Articles/Topics/installation.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,6 @@ The Swift extension is supported on macOS, Linux, and Windows. To set it up:
77
2. Install [Visual Studio Code](https://code.visualstudio.com/Download).
88
3. Install the Swift extension from the [VS Code Marketplace](https://marketplace.visualstudio.com/items?itemName=swiftlang.swift-vscode).
99

10-
Once your machine is ready, you can get started with the **Swift: Create New Project...** command.
10+
Once your machine is ready, you can start writing Swift code:
11+
* Use the **`Swift: Create New Project...`** command from the command palette to initialize a new project.
12+
* Navigate to **`File > Open Folder`** in the menu bar to open an existing project on your machine.

0 commit comments

Comments
 (0)