Skip to content

Commit 38b749b

Browse files
committed
Merge pull request #9 from fulldecent/patch-1
Show output for when it is not installed
2 parents ce7c8cf + 913985d commit 38b749b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,9 @@ If you want to verify you already have the package manager installed, enter the
3131
swift build --help
3232
```
3333

34-
If you get usage output, it is installed.
34+
If you get usage output, it is installed, otherwise you will see an error such as:
35+
36+
<unknown>:0: error: no such file or directory: 'build'
3537

3638
## Development
3739

0 commit comments

Comments
 (0)