<SOLVED>
Greetings
I have solved the issue as to why the RSS Feed Manager Module is not displaying when installed
A RSSFeedGenerator.ss file needs to be added to your theme under /themes/{themename}/templates/Layout
The RSSFeedGenerator.ss file should only contain the following inside the file
<!-- RSS Feed Content -->
$Content
Also to clarify when setting up the feed in the CMS Admin area under RSS Feeds
In the Feed Config Tab -> Set up Fields
You can select the Title / Menu Title / URLSegment field - this corresponds to the Title give to the RSS Feed in the Main Tab > Title Field
Happy Feeding :-)