소스 검색

README

master
RinRi-D 4 년 전
부모
커밋
cc230f6807
1개의 변경된 파일26개의 추가작업 그리고 0개의 파일을 삭제
  1. +26
    -0
      README.md

+ 26
- 0
README.md 파일 보기

@@ -0,0 +1,26 @@
# Installation

Make setup.sh executable and run it:

```shell
chmod +x setup.sh
./setup.sh
```

First, you have to write template which will be used to create new files. Remember the number of the line with which you usually start coding. Enter it. That is it!

# Using

In order to create a new .cpp file, you have to run create.sh with filename argument without an extension:

```shell
./create.sh 1234a
```

You will be automatically redirected to neovim.

To compile&run file, you can just use run.sh with filename(this time with extension):

```shell
./run.sh 1234a.cpp
```

불러오는 중...
취소
저장