가격 인하에서 프로젝트를 구축하다
1376 단어 showdev
가격 인하에서 프로젝트를 구축하다
이 문장은 나의 다음 문장의 조수이다😄
그것의 목적은 어떻게 사용하는지 간단하게 설명하는 것이다.
mdr 파일에서 프로젝트를 생성합니다. mdr 파일은 태그 파일입니다.
주석이 거의 없다.
기술적인 글쓰기와 박문쓰기에 익숙하지 않기 때문에
나는 스크립트를 남겨 해석했다.
달리기 전에 읽으세요.😄
# create a new directory and cd into it
mkdir GwionTest
cd GwionTest
# clone, build and install mdr
git clone https://github.com/fennecdjay/mdr
cd mdr
make
sudo make install
# get back to GwionTest directory
cd ..
# get the mdr file
curl https://raw.githubusercontent.com/fennecdjay/devto.sh/master/mdr/HelloGwion.mdr -o HelloGwion.mdr
# run mdr on the file, thus building the project
# set the BROWSER variable to the executable of the browser you use
# e.g: BROWSER=dissenter-browser mdr HelloGwion.mdr
BROWSER=<your browser here> mdr HelloGwion.mdr
나는 네가 이 문장이나 mdr 파일의 어휘나 어떤 문제를 보았으면 한다.알려주세요.
Reference
이 문제에 관하여(가격 인하에서 프로젝트를 구축하다), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://dev.to/fennecdjay/building-a-project-from-markdown-57gf텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념 (Collection and Share based on the CC Protocol.)