Add package names to install on Trisquel
[card-game.git] / README
diff --git a/README b/README
index 2fcbb2a05e500a959cf427381d7b7e3a28fb675e..18abc70ec3df5e2004614819b76c7da767bb2b99 100644 (file)
--- a/README
+++ b/README
@@ -55,6 +55,10 @@ movement.
     * Next Round:
         * The role of question asker rotates to the player on the left 
           of the current asker.
+        * At the start of each round, before the question is asked, 
+          players who feel their answer cards are uninteresting or not 
+          funny may place any number of them at the deck's bottom and 
+          draw new ones.
         * The game continues with players drawing new answer cards to 
           maintain a hand of 5 cards until the deck is exhausted or 
           for a predetermined number of rounds.
@@ -89,16 +93,21 @@ input helps enrich the experience for all.
 ## Game License
 
 The Free Software Q&A Card Game question and answer files, as well as 
-this README, are licensed under the Creative Commons 
-Attribution-ShareAlike 4.0 International license: 
-https://creativecommons.org/licenses/by-sa/4.0/
+this README, are licensed under your choice of:
+
+* The Creative Commons Attribution-ShareAlike 4.0 International 
+  license: https://creativecommons.org/licenses/by-sa/4.0/
+
+* The GNU General Public License as published by the Free Software 
+  Foundation, either version 3 of the License, or (at your option) any 
+  later version.
 
 # Card Generation Program
 
 ## Overview
 
 The Card Generation Program is designed to read questions and answers 
-from separate iles and generate cards for each entry. These cards are 
+from separate files and generate cards for each entry. These cards are 
 then laid out on PDFs for easy printing and later cutting. The program 
 creates two PDFs: one for questions, with a black background and white 
 text, and another for answers, with a white background and black text.
@@ -121,7 +130,10 @@ text, and another for answers, with a white background and black text.
 
 Before running the program, ensure you have Python 3.x installed on 
 your system. You will also need the reportlab library for PDF 
-generation.
+generation. On systems such as Trisquel GNU/Linux these can be 
+installed with:
+
+    apt install python3 python-is-python3 python3-reportlab
 
 ## Usage