Skip to content

Commit 7f73024

Browse files
Merge pull request #353 from symfony-cmf/setup-instructions
assets install uses relative by default now
2 parents 7985b89 + d1192d7 commit 7f73024

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

README.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,6 @@ You can run the sandbox on your system, or in a virtualbox VM using Vagrant. For
2929
curl -s http://getcomposer.org/installer | php --
3030
php composer.phar install
3131

32-
Note: On Windows you need to run the shell as Administrator or edit the `composer.json` and
33-
change the line `"symfony-assets-install": "symlink"` to `"symfony-assets-install": ""`
34-
If you fail to do this you might receive:
35-
36-
[Symfony\Component\Filesystem\Exception\IOException]
37-
Unable to create symlink due to error code 1314: 'A required privilege is not held by the client'. Do you have the required Administrator-rights?
38-
3932
At the end of the installation you will be interactively asked several configuration
4033
questions. Note that by default you will end up with a configuration using
4134
SQLite and Doctrine DBAL for storage. If you want to adjust the configuration

0 commit comments

Comments
 (0)