1
Fork 0
mirror of https://github.com/RGBCube/GitHub2Forgejo synced 2025-07-27 05:07:45 +00:00

Rename shell script file

This commit is contained in:
RGBCube 2024-05-28 23:04:42 +03:00
parent 9523361143
commit 41dd9542f7
Signed by: RGBCube
SSH key fingerprint: SHA256:CzqbPcfwt+GxFYNnFVCqoN5Itn4YFrshg1TrnACpA5M
3 changed files with 3 additions and 3 deletions

2
.gitignore vendored
View file

@ -1,6 +1,6 @@
* *
!.gitignore !.gitignore
!github2forgejo
!*.md !*.md
!*.nu

View file

@ -3,14 +3,14 @@
Plain simple, just install [Nushell](https://nushell.sh) and run the script: Plain simple, just install [Nushell](https://nushell.sh) and run the script:
```nu ```nu
./migrate.nu --help ./github2forgejo --help
``` ```
You can either specify all the environment variables You can either specify all the environment variables
for a uninteractive run, or run the script like so: for a uninteractive run, or run the script like so:
```nu ```nu
./migrate.nu ./github2forgejo
``` ```
And get a nice interactive experience. And get a nice interactive experience.