1
0
Fork 0

Move repository to Gitea

This commit is contained in:
Joris van Rantwijk 2024-03-08 12:40:15 +01:00
parent 57dc33d698
commit dd12b49bbe
1 changed files with 1 additions and 7 deletions

View File

@ -28,7 +28,7 @@ SortBin has only been tested on Linux.
To use SortBin, you must compile the source code. To use SortBin, you must compile the source code.
Clone the repository, then build as follows: Clone the repository, then build as follows:
``` ```
git clone https://github.com/jorisvr/sortbin.git git clone https://git.jorisvr.nl/joris/sortbin.git
cd sortbin cd sortbin
make make
``` ```
@ -84,12 +84,6 @@ SortBin is just a hobby project, not production-quality software.
My limited testing suggests that the tool works correctly and is reasonably efficient. My limited testing suggests that the tool works correctly and is reasonably efficient.
Testing was done on Linux, but the tool should probably also work on other POSIX systems. Testing was done on Linux, but the tool should probably also work on other POSIX systems.
If you notice any bugs in SortBin, please let me know by making an issue in the Github repository.
I will try to respond to issue reports, but I can not promise to fix all bugs.
I will probably not work on feature requests or accept pull requests either.
This is, after all, just a hobby project.
## How it works ## How it works