Skip to content

Commit

Permalink
0.3.1 버전업
Browse files Browse the repository at this point in the history
Signed-off-by: Ju, Gyeong-min <jcmh74@gmail.com>
  • Loading branch information
amos42 committed Jan 9, 2022
1 parent a06d648 commit 9f5403a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,8 @@ sudo apt install -y --force-yes raspberrypi-kernel-headers
#### wget 사용시

```shell
wget https://github.com/amos42/am_joyin/releases/download/v0.3.0-beta03/am_joyin-0.3.0.deb
sudo dpkg -i am_joyin-0.3.0.deb
wget https://github.com/amos42/am_joyin/releases/download/v0.3.1-beta01/am_joyin-0.3.1.deb
sudo dpkg -i am_joyin-0.3.1.deb
```

#### git 사용시
Expand All @@ -128,8 +128,8 @@ git clone https://github.com/amos42/am_joyin.git

```shell
cd am_joyin
./utils/makepackage.sh 0.3.0
sudo dpkg -i build/am_joyin-0.3.0.deb
./utils/makepackage.sh 0.3.1
sudo dpkg -i build/am_joyin-0.3.1.deb
```
이 과정까지 거치면 드라이버 설치가 1차적으로 완료된다.
Expand Down

0 comments on commit 9f5403a

Please sign in to comment.