Browse Source

update readme

master
Juni Kim 6 days ago
parent
commit
175d080886
  1. 4
      README.md

4
README.md

@ -14,8 +14,6 @@
- [Git](https://git-scm.org) - [Git](https://git-scm.org)
- [Visual Studio Code](https://code.visualstudio.com/) - [Visual Studio Code](https://code.visualstudio.com/)
운영체제마다 설치 과정이 다를 것입니다.
## 이 프로젝트를 복사하기 ## 이 프로젝트를 복사하기
Windows 사용자의 경우, 본 과제는 Git Bash 환경에서 수행하는 것을 권장합니다. Windows 사용자의 경우, 본 과제는 Git Bash 환경에서 수행하는 것을 권장합니다.
@ -32,7 +30,7 @@ npm install
# 초기화할 때는 새로운 브랜치를 만드세요. 브렌치 명은 해당되는 이름으로 지어주면 됩니다. # 초기화할 때는 새로운 브랜치를 만드세요. 브렌치 명은 해당되는 이름으로 지어주면 됩니다.
git branch site-edits git branch site-edits
# site-edits 브랜치로 이동하세요. # site-edits 브랜치로 이동하세요.
git checkout site-edits.
git checkout site-edits
``` ```
## 개발용 서버 작동하기 ## 개발용 서버 작동하기

Loading…
Cancel
Save