mirror of
https://github.com/RGBCube/GitHub2Forgejo
synced 2025-07-25 20:27:45 +00:00
Rename shell script file
This commit is contained in:
parent
9523361143
commit
41dd9542f7
3 changed files with 3 additions and 3 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -1,6 +1,6 @@
|
|||
*
|
||||
|
||||
!.gitignore
|
||||
!github2forgejo
|
||||
|
||||
!*.md
|
||||
!*.nu
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue