-Migrate all mentions of bitbucket over to github.

This commit is contained in:
Matt Feemster
2025-07-14 13:45:41 -06:00
parent b37d452f4e
commit fa6c16d0dd
8 changed files with 21 additions and 21 deletions

View File

@ -33,11 +33,11 @@ Open up the Visual Studio x64 Native Tools Command Prompt.
Create a new folder in your development area named fractorium:
`mkdir fractorium`
`cd fractorium`
`git clone https://mfeemster@bitbucket.org/mfeemster/fractorium.git`
```
mkdir fractorium
cd fractorium
git clone https://github.com/mfeemster/fractorium.git
```
### Prerequisites