Was looking 4 the same thing, got it to work.
In themes, look for the theme being applied on your website. In this folder, look for the file single.php.
In this file add the following code:
<?php get_sidebar(); ?>
at the end of the page, just before
<?php get_footer(); ?>