mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2024-10-31 22:40:01 +00:00
[docs] Inform new contributors to git fetch
(#2637)
This commit is contained in:
parent
3481a09b47
commit
46c06b1b8f
1 changed files with 4 additions and 0 deletions
|
@ -146,6 +146,8 @@ In case this post disappears, here are the steps (slightly modified):
|
|||
> `git remote add origin git@github.com/yourgithubname/gotosocial`
|
||||
>
|
||||
|
||||
Be sure to run `git fetch` before building the project for the first time.
|
||||
|
||||
### Building GoToSocial
|
||||
|
||||
#### Binary
|
||||
|
@ -158,6 +160,8 @@ Once you've installed the prerequisites, you can try building the project: `./sc
|
|||
|
||||
If there are no errors, great, you're good to go!
|
||||
|
||||
If you see the error `fatal: No names found, cannot describe anything.`, you need to run `git fetch`.
|
||||
|
||||
For automatic re-compiling during development, you can use [nodemon](https://www.npmjs.com/package/nodemon):
|
||||
|
||||
```bash
|
||||
|
|
Loading…
Reference in a new issue