Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Move (cd) to this directory, and run the command <project name>.exe lynicon initialize-project e.g. as underlined above. This tells your project executable to run a command to download new files and update existing ones in your project.  This command makes a number of changes to the Startup.cs file.  This will work with the Startup.cs file provided with the template we have used to create this project in these instructions.  It should work with most customised Startup.cs files, especially if you follow standard C# formatting, but it is not guaranteed to work.  If you have problems, refer to the page which describes the changes you need to make to the Startup.cs file.  If the command fails altogether, you can follow the steps to manually initialize the project.

Leave the command window open after this as you will need it later.

...