If for some reason using the Symfony Installer is not an option, you can also create a new project using Composer. First of all, make sure you have installed Composer.
Next, you can use the create-project command to create a new project:
composer create-project symfony/framework-standard-edition m...