Skip to content

Commit f87dea2

Browse files
omusararslan
authored andcommitted
Fix style issues with manual METADATA publishing (#23184)
1 parent 8c7f01e commit f87dea2

File tree

1 file changed

+8
-13
lines changed

1 file changed

+8
-13
lines changed

doc/src/manual/packages.md

Lines changed: 8 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -978,25 +978,20 @@ By "forking" the main METADATA repository, you can create a personal copy (of ME
978978
your GitHub account. Once that copy exists, you can push your local changes to your copy (just
979979
like any other GitHub project).
980980

981-
1. go to [https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2FJuliaLang%2FMETADATA.jl%2Ffork](https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2FJuliaLang%2FMETADATA.jl%2Ffork)
982-
and create your own fork.
981+
1. Create a [fork of METADATA.jl](https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2FJuliaLang%2FMETADATA.jl%2Ffork).
983982

984-
2. add your fork as a remote repository for the METADATA repository on your local computer (in
985-
the terminal where USERNAME is your github username):
983+
2. Add your fork as a remote repository for the METADATA repository on your local computer (in
984+
the terminal where USERNAME is your github username):
986985

987-
```
988-
cd ~/.julia/v0.6/METADATA
989-
git remote add USERNAME https://github.com/USERNAME/METADATA.jl.git
990-
```
986+
cd ~/.julia/v0.6/METADATA
987+
git remote add USERNAME https://github.com/USERNAME/METADATA.jl.git
991988

992-
1. push your changes to your fork:
989+
3. Push your changes to your fork:
993990

994-
```
995-
git push USERNAME metadata-v2
996-
```
991+
git push USERNAME metadata-v2
997992

998993
4. If all of that works, then go back to the GitHub page for your fork, and click the "pull request"
999-
link.
994+
link.
1000995

1001996
## Fixing Package Requirements
1002997

0 commit comments

Comments
 (0)