Skip to content

Commit 2e1909c

Browse files
authored
Merge pull request #85 from t-w/master
README: add note about development moved to the new repo.
2 parents dd2f831 + fe48702 commit 2e1909c

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

README.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
2+
## Important notes about the repo(!!!)
3+
4+
1. The development of the project is moved from
5+
[the Laurent Clévy's ADFlib repo](https://github.com/lclevy/ADFlib)
6+
to [the new one](https://github.com/t-w/ADFlib). So for getting future
7+
releases as well as the lastest development code,
8+
the new repository should be used.
9+
10+
2. Please read the 'Contributing' section before submitting any PRs.
11+
12+
113
# ADFlib (Amiga Disk File library)
214

315
## Introduction
@@ -43,7 +55,7 @@ Usage info is shown when they are executed without any parameters
4355

4456
### unADF
4557

46-
`unADF` is an unzip like utility for .ADF files:
58+
`unADF` is an unzip like utility for `.ADF` files:
4759

4860
```
4961
unadf [-lrcsp -v n] dumpname.adf [files-with-path] [-d extractdir]
@@ -97,7 +109,7 @@ and undelete them (in the future possibly also extract them to local filesystem)
97109

98110
## Credits:
99111

100-
- main design and code : Laurent Clevy
112+
- main design and code : Laurent Clévy
101113
- current maintainer, recent core developments (Dec 2022-): Tomasz Wolak
102114
- unadf rewrite (in 2019) : Stuart Caie
103115
- Bug fixes and C++ wrapper : Bjarke Viksoe (adfwrapper.h)

0 commit comments

Comments
 (0)