오진혁

Update README

......@@ -17,21 +17,20 @@
## Getting Started
(1) 원하는 디렉토리에서 git bash를 열어 다음 코드를 이용하여 clone을 진행합니다.
'''
$ git clone http://khuhub.khu.ac.kr/2021-1-open-source/BaseBallSimulator.git
'''
$ git clone http://khuhub.khu.ac.kr/2021-1-open-source/BaseBallSimulator.git
(2) ./BaseBallSimulator/의 위치로 이동한 후 다음 코드를 이용하여 필요한 것들을 설치합니다.
'''
$ npm install
'''
$ npm install
(3) 다음의 코드를 입력하여 로컬 서버를 구동합니다.
'''
$ node server.js
'''
$ node server.js
(4) localhost:8080 에 접속하시면 시뮬레이터를 이용하실 수 있습니다.
......