Update the project URL in the friendica archiver

This commit is contained in:
Hank Grabowski 2022-03-16 19:21:27 -04:00
parent d480ee8454
commit a09e7f74bd

View file

@ -13,8 +13,8 @@ those and use them. Simply download for your respective platform, unzip, and the
Or you can run it directly from this directory using standard Dart commands: Or you can run it directly from this directory using standard Dart commands:
```bash ```bash
git clone git@gitlab.com:mysocialportal/friendica-archiving-tools.git git clone git@gitlab.com:mysocialportal/fediverse-archiving-tools.git
cd friendica-archiving-tools cd fediverse-archiving-tools
dart pub get dart pub get
dart bin/friendica_archiver.dart dart bin/friendica_archiver.dart
``` ```