Skip to content

Commit d01156a

Browse files
committed
Update the instructions for previewing.
1 parent 52123b8 commit d01156a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ and hard wrapping text automatically.
8383

8484
Use the following steps when creating a new pull request:
8585

86-
1. Test that your changes build locally by running `make preview`.
86+
1. Test that your changes build locally by running `docc preview TSPL.docc`.
8787
2. Create a pull request in this repository.
8888
3. Write a brief message in the pull request to introduce your work in context.
8989

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ For more information, see [Contributing to The Swift Programming Language][contr
4444

4545
## Building
4646

47-
Run `swift package --disable-sandbox preview-documentation --target TSPL`
47+
Run `docc preview TSPL.docc`
4848
in this repository's root directory.
4949

5050
After running DocC, open the link that `docc` outputs

0 commit comments

Comments
 (0)