# Bug report: following the quickstart does not clone the right project

**URL:** https://forum.fuel.network/t/bug-report-following-the-quickstart-does-not-clone-the-right-project/5473
**Category:** Sway
**Created:** [June 2, 2024, 11:58am UTC](https://forum.fuel.network/t/bug-report-following-the-quickstart-does-not-clone-the-right-project/5473 "2024-06-02T11:58:58Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![Minh](https://avatars.discourse-cdn.com/v4/letter/m/53a042/32.png) [@Minh](https://forum.fuel.network/u/Minh)
#### Post date: [June 2, 2024, 11:58am UTC](https://forum.fuel.network/t/bug-report-following-the-quickstart-does-not-clone-the-right-project/5473/1 "2024-06-02T11:58:58Z")

</div>

Tried following the quickstart guide here: [Contract Quickstart | Fuel Docs](https://docs.fuel.network/guides/contract-quickstart/#installation)

after running `forc template --template-name counter counter-contract` a counter-contract directory is created, but it does not contain what the guide shows, instead the standard library is cloned: [sway/sway-lib-std/src at master · FuelLabs/sway · GitHub](https://github.com/FuelLabs/sway/tree/master/sway-lib-std/src)

---

<div class="post-metadata">

### Author: ![naz3eh](https://sea2.discourse-cdn.com/flex022/user_avatar/forum.fuel.network/naz3eh/32/2025_2.png) [@naz3eh](https://forum.fuel.network/u/naz3eh)
#### Post date: [June 3, 2024, 5:42am UTC](https://forum.fuel.network/t/bug-report-following-the-quickstart-does-not-clone-the-right-project/5473/2 "2024-06-03T05:42:43Z")

</div>

Hey @Minh, can you please try the solution from [here](https://forum.fuel.network/t/when-i-deploy-the-smart-contract-an-error-occurs/5419) and see if it works for you?

---

<div class="post-metadata">

### Author: ![Minh](https://avatars.discourse-cdn.com/v4/letter/m/53a042/32.png) [@Minh](https://forum.fuel.network/u/Minh)
#### Post date: [June 3, 2024, 11:48am UTC](https://forum.fuel.network/t/bug-report-following-the-quickstart-does-not-clone-the-right-project/5473/3 "2024-06-03T11:48:22Z")

</div>

Hey, I already found the correct directory in the official sway repository by using ctrl+f. just wanted to flag it, in case anyone wants to fix it. Having to clone a separate repository certainly works as an intermediate solution, but long-term the guide should just work out of the box imo

---

<div class="post-metadata">

### Author: ![naz3eh](https://sea2.discourse-cdn.com/flex022/user_avatar/forum.fuel.network/naz3eh/32/2025_2.png) [@naz3eh](https://forum.fuel.network/u/naz3eh)
#### Post date: [June 3, 2024, 11:51am UTC](https://forum.fuel.network/t/bug-report-following-the-quickstart-does-not-clone-the-right-project/5473/4 "2024-06-03T11:51:24Z")

</div>

Thanks @Minh, appreciate your report. Will convey it to the team. 🙂
