How to update libraries

How to update libraries 라이브러리를 갱신하는 방법


The following describes how to update libraries.

다음은 라이브러리를 갱신하는 방법을 설명한다.


1. Open the command prompt and go to your project directory.
    명령 프롬프트를 열고, 프로젝트 디렉토리로 이동한다.

cd <project directory>


2. Update libraries by input the following command.
    다음 명령을 입력해, 라이브러리를 갱신한다.

  • Working directory 작업 디렉토리: "<project directory>"
git submodule update --remote



Ubinos Home 유비노스 홈