Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enhance README.md #80

Merged
merged 1 commit into from
Jan 2, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 9 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,29 +16,28 @@ This package allows for computation with crossed modules of commutative algebras

## Copyright

The 'XModAlg' package is Copyright {\copyright} Zekeriya Arvasi and Alper Odabas et al, 2014--2022.
The 'XModAlg' package is Copyright © Zekeriya Arvasi and Alper Odabas et al, 2014--2022.

'XModAlg' is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.

For details, see \URL{https://www.gnu.org/licenses/gpl.html}
For details, see <https://www.gnu.org/licenses/gpl.html>.

## Installation

* unpack `xmod-<version_number>.zip' in the `pkg' subdirectory of the GAP root directory.
* unpack `xmod-<version_number>.zip` in the `pkg` subdirectory of the GAP root directory.
* From within GAP load the package with:

gap> LoadPackage("XModAlg");

true

* The file manual.pdf is in the `doc' subdirectory.
```
gap> LoadPackage("XModAlg");
true
```
* The file `manual.pdf` is in the `doc` subdirectory.

## Contact

If you have a question relating to 'XModAlg', encounter any problems, or have a suggestion for extending the package in any way, please
* report an issue at: <https://github.com/gap-packages/xmodalg/issues/new>
* or email: `[email protected]`
* or email: <mailto:[email protected]>

Loading