Skip to content

Commit 1cc85b8

Browse files
committed
Update comments in Package.swift to run the REPL via the Swift Package Manager.
1 parent fe1fa9d commit 1cc85b8

File tree

2 files changed

+11
-12
lines changed

2 files changed

+11
-12
lines changed

Package.resolved

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Package.swift

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,15 @@
1212
// A release can be built with these options:
1313
// swift build -c release -Xswiftc "-D" -Xswiftc "SPM"
1414
//
15-
// This creates a release binary in .build/release/. Assumung that a LispKit directory is
16-
// located in ~/Documents/LispKit, the binary can be invoked like this:
17-
// .build/release/LispKitRepl -d LispKit
15+
// This creates a release binary in .build/release/ which can be invoked like this:
16+
// .build/release/LispKitRepl -r Sources/LispKit/Resources
1817
//
1918
// This is how to run the tests:
2019
// swift test -Xswiftc "-D" -Xswiftc "SPM"
2120
//
2221
//
2322
// Created by Matthias Zenger on 16/10/2017.
24-
// Copyright © 2017-2022 ObjectHub. All rights reserved.
23+
// Copyright © 2017-2023 ObjectHub. All rights reserved.
2524
//
2625
// Licensed under the Apache License, Version 2.0 (the "License"); you
2726
// may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)