Skip to content

Commit

Permalink
Updating documentation for Readme.md.
Browse files Browse the repository at this point in the history
  • Loading branch information
RickStrahl committed Jan 25, 2018
1 parent 0c3341f commit 6b6effd
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion DownloadableAssets/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ This zip file contains a sample page and resources you can play with when first
To set up the Localization Admin UI a few steps are required:

* Download the additional assets
* Unzip and copy them into the root folder of the project
* Unzip and copy them into the **root folder of the project**
* Setup configuration in `appsettings.json` or `DbResourceConfiguration.json`
* Recompile your Project
* Import the localization resources for the examples

Expand All @@ -28,6 +29,8 @@ Here are the detailed steps:
* Recompile your project
* Set up your Configuration
*Set the `ConnectionString` to an existing database, and set `ResourceTableName` to a table that you want to create. Use either `DbResourceConfiguration.json`, `appsettings.json`, or via Startup code configuration (see [main docs](https://github.com/RickStrahl/Westwind.Globalization#aspnet-core-configuration))*
* If you use `DbResourceConfiguration.json`:
Set **Copy to Output Folder** to **Copy if newer**
* Open the Admin Page at `localizationAdmin/index.html`
* Click on **Create Table**
* You should see some sample resources in the admin interface
Expand Down

0 comments on commit 6b6effd

Please sign in to comment.