Skip to content

Commit

Permalink
chore: remove TODO sections from README
Browse files Browse the repository at this point in the history
  • Loading branch information
sh1nj1 committed Aug 14, 2024
1 parent fcaddb6 commit e272562
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,10 @@ gen_create_db_user {user} {password} {db} {host}

## Installing Ruby

You can use OS default ruby if it is already installed.

Below is additional steps to install or develop with the latest version of Ruby.

Install using `rbenv` on Mac OS X

```bash
Expand All @@ -87,6 +91,3 @@ rbenv global 3.3.0
ruby -v
```

## TODO

* [ ] Add option to get db configuration information from spring cloud config
8 changes: 4 additions & 4 deletions README_KO.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,10 @@ gen_create_db_user {user} {password} {db} {host}

## Installing Ruby

OS 에 기본으로 설치된 ruby 를 사용해도 된다.

아래는 최신 버전의 루비를 설치하거나 개발하기 위해 추가로 진행할 수 있다.

Install using `rbenv` on Mac OS X

```shell
Expand All @@ -86,7 +90,3 @@ rbenv install 3.3.0
rbenv global 3.3.0
ruby -v
```

## TODO

* [ ] db 설정 정보는 spring cloud config 에서 가져 오는 옵션 추가

0 comments on commit e272562

Please sign in to comment.