Fix doc errata

This commit is contained in:
2023-05-30 20:04:48 +09:00
parent 2b07786551
commit a0b99ef9de

View File

@@ -115,7 +115,7 @@ macOS 환경에서는 최신 Xcode 14.x 이상을 설치하고, Command line too
% git clone git@github.com:whomakemecrazy/kissme.git
%
% cd kissme
% ./script/build.sh
% ./scripts/build.sh
%
% cd bin
% ./KissMeConsole
@@ -124,12 +124,13 @@ macOS 환경에서는 최신 Xcode 14.x 이상을 설치하고, Command line too
## Linux
Linux 는 현재 ubuntu 20.4 를 지원합니다.
다음의 guide 를 따라서, swift 컴파일러를 설치합니다.
* [Installing Swift on Ubuntu 20.04](https://gist.github.com/Jswizzy/408af5829970f9eb18f9b45f891910bb)
```bash
$ cd kissme
$ ./script/build.sh
$ ./scripts/build.sh
$
$ cd bin
$ ./KissMeConsole
@@ -139,10 +140,11 @@ $ ./KissMeConsole
## Windows
Windows 는 현재 Windows 10 이상을 지원합니다.
다음의 사이트에서 Swift 컴파일러를 설치합니다.
* [Download Swift](https://www.swift.org/download/)
다음의 script 로 빌드하고, `.\bin` 경로에서 빌드된 tool 들을 이용하면 됩니다.
PowerShell 에서 다음의 script 로 빌드하고, `.\bin` 경로에서 빌드된 tool 들을 이용하면 됩니다.
```shell
PS >> cd kissme