diff --git a/.gitignore b/.gitignore index d752700..056dbb2 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,6 @@ * !.gitignore +!github2forgejo !*.md -!*.nu diff --git a/README.md b/README.md index b709668..1a17f27 100644 --- a/README.md +++ b/README.md @@ -3,14 +3,14 @@ Plain simple, just install [Nushell](https://nushell.sh) and run the script: ```nu -./migrate.nu --help +./github2forgejo --help ``` You can either specify all the environment variables for a uninteractive run, or run the script like so: ```nu -./migrate.nu +./github2forgejo ``` And get a nice interactive experience. diff --git a/migrate.nu b/github2forgejo similarity index 100% rename from migrate.nu rename to github2forgejo