Skip to content

Commit 8b6bb5a

Browse files
authored
Update README.md
1 parent b9faef7 commit 8b6bb5a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ design by Dimitris Niavis
1616

1717
Pick any of the methods below:
1818

19-
- You can run the `SourcePreview` scheme in xcode. A post build step copies into `SourcePreview.qlgenerator` into `~/Library/QuickLook` and you can start previewing swift files.
19+
- Once you clone this repo, you can run the `SourcePreview` scheme in xcode. A post build step copies `SourcePreview.qlgenerator` into `~/Library/QuickLook` and you can start previewing swift files.
2020

21-
- You can build an installer package yourself. Run the project at least once in xcode. Then, in a terminal, go to the `installer` folder located in the `SourcePreview` folder. Run the `build.sh` file. Running this command will create a `.pgk` file in the `compiled`. Double click on the `.pkg` and follow the prompts to install the plugin.
21+
- You can build an installer package yourself. Run the project at least once in xcode. Then, in a terminal, go to the `installer` folder located in the `SourcePreview` folder. Run the `build.sh` file. Running this command will create a `.pkg` file in the `compiled` folder. Double click on the `.pkg` and follow the prompts to install the plugin.
2222

23-
- Download the latest [](release) from https://github.com/tsif/SourcePreview/releases. You can copy `SourcePreview.qlgenerator` into `~/Library/QuickLook` manually (run `qlmanage -r` once you do this) or you can run installer package located here.
23+
- Download the latest [](release) from https://github.com/tsif/SourcePreview/releases. You can copy `SourcePreview.qlgenerator` into `~/Library/QuickLook` manually (run `qlmanage -r` once you do this) or you can run the installer package located here.
2424

2525
## Removal
2626

0 commit comments

Comments
 (0)