Skip to content

Commit

Permalink
docs: ๐Ÿ“ [Chapter 02] ์นดํ”„์นด ์„ค์น˜ํ•˜๊ธฐ
Browse files Browse the repository at this point in the history
  • Loading branch information
Shinminjin committed Nov 17, 2024
1 parent 47c0b48 commit f5df064
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _posts/kafka/2024-11-17-chapter02.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ wget https://dlcdn.apache.org/zookeeper/zookeeper-3.9.3/apache-zookeeper-3.9.3-b
tar -xvzf apache-zookeeper-3.9.3-bin.tar.gz
```

- **์••์ถ• ํ•ด์ œํ•œ ํด๋”๋ฅผ `.local/zookeeper`๋กœ ์ด๋™ ํ›„ ์ด๋ฆ„ ๋ณ€๊ฒฝ**
- **์••์ถ• ํ•ด์ œํ•œ ํด๋”๋ฅผ `.local`๋กœ ์ด๋™ ํ›„ ์ด๋ฆ„ ๋ณ€๊ฒฝ**

```bash
mv apache-zookeeper-3.9.3-bin ~/.local/zookeeper
Expand All @@ -64,7 +64,7 @@ wget https://dlcdn.apache.org/kafka/3.9.0/kafka_2.12-3.9.0.tgz
tar -xvzf kafka_2.12-3.9.0.tgz
```

- **์••์ถ• ํ•ด์ œํ•œ ํด๋”๋ฅผ `.local/kafka`๋กœ ์ด๋™ ํ›„ ์ด๋ฆ„ ๋ณ€๊ฒฝ**
- **์••์ถ• ํ•ด์ œํ•œ ํด๋”๋ฅผ `.local`๋กœ ์ด๋™ ํ›„ ์ด๋ฆ„ ๋ณ€๊ฒฝ**

```bash
mv kafka_2.12-3.9.0 ~/.local/kafka
Expand Down

0 comments on commit f5df064

Please sign in to comment.