Move repository to Gitea
This commit is contained in:
parent
57dc33d698
commit
dd12b49bbe
|
@ -28,7 +28,7 @@ SortBin has only been tested on Linux.
|
|||
To use SortBin, you must compile the source code.
|
||||
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
|
||||
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.
|
||||
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
|
||||
|
||||
|
|
Loading…
Reference in New Issue