formatting
[lambda.git] / how_to_get_the_programming_languages_running_on_your_computer.mdwn
index 6d3ac5f..46486c0 100644 (file)
@@ -75,9 +75,9 @@ systems.
 
 **For all of these groups**, a general item to take note of is what "processor architecture" your machine is running. Three of the possibilities are:
 
-*       One of Intel's i386, i486, i586, i686 architectures. These are collectively known as "x86" or "IA-32" or sometimes just "32-bit".
-*       Intel or AMD's x86\_64 architecture. This is sometimes also called "x64" or "amd64" or "IA-64" or sometimes just "64-bit".
-*       ARM or some other architecture. These are generally lower-powered machines, like iPads. Some of the software we're proposing *might* in principle be capable of running on such machines, but installers don't seem to be available. We'll assume you have access to an x86 or x86\_64 machine.
+*   One of Intel's i386, i486, i586, i686 architectures. These are collectively known as "x86" or "IA-32" or sometimes just "32-bit".
+*   Intel or AMD's x86\_64 architecture. This is sometimes also called "x64" or "amd64" or "IA-64" or sometimes just "64-bit".
+*   ARM or some other architecture. These are generally lower-powered machines, like iPads. Some of the software we're proposing *might* in principle be capable of running on such machines, but installers don't seem to be available. We'll assume you have access to an x86 or x86\_64 machine.
 
 In the Linux example above, I could tell my machine is running x86 because the
 result of the `uname` command said "i386" at the end. Another machine I have