Skip to content

Commit

Permalink
Merge pull request #48 from r-devel/MichaelChirico-patch-1
Browse files Browse the repository at this point in the history
typo: duplicate in command
  • Loading branch information
MichaelChirico authored Sep 9, 2024
2 parents b41eb4c + 344783f commit a9c7777
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/Weblate-server.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ The basic idea is to compare the Weblate repo (which copies the R subversion rep

```sh
git clone -o weblate https://translate.rx.studio/git/r-project/base-r-gui/ # remote #1: Weblate source
git remote add svn git remote add svn git@github.com:r-devel/r-svn.git # remote #2: SVN source
git remote add svn [email protected]:r-devel/r-svn.git # remote #2: SVN source
git fetch svn master # retrieve the latest from SVN
```

Expand Down

0 comments on commit a9c7777

Please sign in to comment.