Skip to content

Commit 482abce

Browse files
simplified README.md
1 parent e9319e2 commit 482abce

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

README.md

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,7 @@ $ julia
2222
julia> using Pkg; Pkg.add("HomalgProject")
2323
```
2424

25-
This will also clone the repositories listed in `HomalgProject.PACKAGES_TO_DOWNLOAD` using `DownloadAllPackagesFromHomalgProject( )` and compile the packages listed in `HomalgProject.PACKAGES_TO_COMPILE` using `GAP.Packages.install( pkgname )`.
26-
27-
Furthermore:
28-
29-
* `UpdateAllPackagesFromHomalgProject( )` updates all packages listed in `HomalgProject.PACKAGES_TO_DOWNLOAD` using `UpdatePackageFromHomalgProject( pkgname )`.
30-
31-
* `RemoveAllPackagesFromHomalgProject( )` removes all packages listed in `HomalgProject.PACKAGES_TO_DOWNLOAD` using `RemovePackageFromHomalgProject( pkgname )`. This might be useful if you encounter problems while updating the packages.
25+
For more information on the included packages see the [documentation](https://homalg-project.github.io/HomalgProject.jl/dev/#Installation-1).
3226

3327
The correctness of the installation and the availability of the functionality can at any time be tested using
3428

@@ -42,8 +36,6 @@ After each update of the Julia package `GAP` a rebuild is (probably) necessary:
4236
julia> using Pkg; Pkg.build("HomalgProject")
4337
```
4438

45-
This will eventually (re)compile the packages listed in `HomalgProject.PACKAGES_TO_COMPILE`.
46-
4739
## Software dependency
4840

4941
`HomalgProject` relies on the

0 commit comments

Comments
 (0)