Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
molla202 authored Oct 23, 2024
1 parent d58d23b commit 0aa77e2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,12 @@ wget https://github.com/covalenthq/ewm-das/releases/download/v0.11.0-rc1/das-ubu
tail -n 1000 -f $HOME/.covalent/light-client.log


### Güncelleme
NOT: private key yaz.
```
cd $HOME/ewm-das && git fetch --all && git checkout main && git pull origin main && git tag && git checkout v0.13.0 && git switch -c v0.13.0 && docker build -t covalent/light-client -f Dockerfile.lc . && docker stop light-client && docker rm light-client && docker run -d --restart always --name light-client -e PRIVATE_KEY="private-key-yaz" covalent/light-client && docker logs -f light-client
```




Expand Down

0 comments on commit 0aa77e2

Please sign in to comment.