Restructured for single table of contents (docs/readme.md)

Removed numbering on file naming and separated into separate sub-directories for getting-started, using, and contributing.
This commit is contained in:
Ken Bailey
2015-12-31 13:45:29 -07:00
parent 4d1a15a32b
commit 9ccb224815
51 changed files with 391 additions and 442 deletions

View File

@@ -0,0 +1,22 @@
| [docs](..) / [using](.) / debugging-installs.md
|:---|
# Debugging Installs
The following tips will help you to debug the installation of an Squirrel app.
## Simulating an Install and First Run
If the install of your application doesn't seem to be working, you can explore the behavior by executing the install steps from the command line:
~~~ps
C:\user\AppData\Local\MyApp> Update.exe --squirrel-install 1.0.0
C:\user\AppData\Local\MyApp> Update.exe --squirrel-firstrun
~~~
The first cmd should create some shortcuts then immediately exit, then the 2nd one should start your app ([source](https://github.com/Squirrel/Squirrel.Windows/issues/525))
---
| Return: [Table of Contents](../readme.md) |
|----|