mirror of
https://github.com/RGBCube/GitHub2Forgejo
synced 2025-07-26 20:57:44 +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
|
!.gitignore
|
||||||
|
!github2forgejo
|
||||||
|
|
||||||
!*.md
|
!*.md
|
||||||
!*.nu
|
|
||||||
|
|
|
@ -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.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue