convex icon indicating copy to clipboard operation
convex copied to clipboard

The git clone command in the documentation can be simplified

Open benjamin-asdf opened this issue 3 years ago • 1 comments

git clone https://github.com/Convex-Dev/convex.git
cd convex
git checkout develop
git pull

this should be the same:

git clone https://github.com/Convex-Dev/convex.git --branch develop

benjamin-asdf avatar Apr 09 '22 18:04 benjamin-asdf

Looks sensible, which repo / module is that?

mikera avatar Apr 11 '22 08:04 mikera