	$Id: README,v 1.4 2017/05/15 20:34:22 hacki Exp $

Space Invaders Installation Notes
=================================

Compile:
	$ make

Install, as root:
	# make install

It will install following files:
	/usr/games/spaceinvaders		The game program
	/usr/share/man/man6/spaceinvaders.6	The game manual page

Read the manual page:
	$ man spaceinvaders

Play the game:
	$ /usr/games/spaceinvaders

