Skip to content

Commit

Permalink
Feedback from user testing.
Browse files Browse the repository at this point in the history
Did some user testing last night. Changes requested for clarity.
  • Loading branch information
1Sparky1 authored Jul 29, 2021
1 parent 92139fb commit a0a7d35
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,14 +81,19 @@
> - Select 'mysite/' from the directory list, then 'O-Book/'.
> - Open 'config.txt' in the file list.
> - Change the options to the appropriate values, then click the 'Save' button in the top right.
>
>
> **NOTE: The only parts of the config files needing replaced are the placeholder names. The ALL CAPS**
> **names left of the equals, and the equals, MUST BE UNCHANGED. The comments right of the '#' can be**
> **deleted, though this is unnecessary. The header and blank line MUST ALSO BE UNCHANGED.**
> <br>
### Generating Project Skeleton
> <br>
>
> The next step in setting up the site is to run the setup script.
> - To do so, open a new bash console in the 'O-Book' directory.
> - Use the burger menu (three bars in the top right) to select 'Files'.
> - Select 'mysite/' from the directory list, then 'O-Book/'
> - Click 'Open Bash console here' above the file list.
> - Enter
> ```
> python project_setup.py
Expand All @@ -112,7 +117,7 @@
>> 'stripe.env' file.
>> - Click the 'Save' button in the top right.
>
> **Note: Stripe offers four types of keys: Live and Test, and Secret and Public versions**
> **NOTE: Stripe offers four types of keys: Live and Test, and Secret and Public versions**
> **of both. For use on a live site, you need the Secret Live key (Starts: sk_live) but for**
> **testing, you should use the Secret Test key (Starts: sk_test). Test keys don't actually**
> **charge anything, so are good for making sure the system works.**
Expand Down

0 comments on commit a0a7d35

Please sign in to comment.