How to install Bootstrap in a WordPress child theme

get_template_directory_uri() always points to the parent theme.

To get the child theme use get_stylesheet_directory_uri().

tech