Skip to content

Commit

Permalink
README: fix markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
James Mitchell committed Jun 2, 2017
1 parent 567fccd commit 8dd8732
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,16 +45,15 @@ loaded.
* locate the `pkg` directory of your GAP directory, which contains the directories `lib`, `doc` and so on. Move the directory `semigroups-x.x.x` into the `pkg` directory.
* from Version 3.0.0, it is necessary to compile the [Semigroups](https://gap-packages.github.io/Semigroups) package.
* inside the `pkg/semigroups-x.x.x` directory, type
* from version 3.0.0, it is necessary to compile the [Semigroups](https://gap-packages.github.io/Semigroups) package. To do this,
inside the `pkg/semigroups-x.x.x` directory, type
* `./configure`
* `make`
Further information about this step can be found in manual section entitled "Compiling the kernel module"
Further information about this step can be found in manual section entitled "Compiling the kernel module"
* start GAP in the usual way.
* type `LoadPackage("semigroups");`
Enjoy!
Enjoy!
3 changes: 2 additions & 1 deletion VERSIONS
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
#############################################################################
##
#W VERSIONS
#Y Copyright (C) 2011-16 James D. Mitchell
#Y Copyright (C) 2011-17 James D. Mitchell
##
## Licensing information can be found in the README file of this package.
##
#############################################################################
##
##

release 3.0.0 - 02/06/2017
release 2.8.1 - 22/06/2016
release 2.8.0 - 26/05/2016
release 2.7.6 - 19/04/2016
Expand Down

0 comments on commit 8dd8732

Please sign in to comment.