mirror of
https://github.com/LemmyNet/joinlemmy-site.git
synced 2024-11-25 22:01:17 +00:00
Add note about lemmy-js-client.
This commit is contained in:
parent
1fc2604eed
commit
dbe73ebadb
1 changed files with 3 additions and 0 deletions
|
@ -1,5 +1,8 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
|
# Note:
|
||||||
|
# To update lemmy-js-client, first change its branch in your .gitmodules
|
||||||
|
|
||||||
pushd ../joinlemmy-translations
|
pushd ../joinlemmy-translations
|
||||||
git fetch weblate
|
git fetch weblate
|
||||||
git merge weblate/main
|
git merge weblate/main
|
||||||
|
|
Loading…
Reference in a new issue