How to download and setup FerretDB
Open terminal and run command
git clone https://github.com/FerretDB/FerretDB.git
git clone is used to create a copy or clone of FerretDB repositories.
You pass git clone a repository URL. it supports a few different network protocols and corresponding URL formats.
Also you may download zip file with FerretDB https://github.com/FerretDB/FerretDB/archive/master.zip
Or simply clone FerretDB with SSH
[email protected]:FerretDB/FerretDB.git