Skip to content

Commit

Permalink
Merge pull request #3615 from canonical/add_forked_repo_dev_build_ins…
Browse files Browse the repository at this point in the history
…truction

[readme] added the special build instruction for forked repo developer.
  • Loading branch information
ricab authored Aug 2, 2024
2 parents 9d7e41d + 20ba6c2 commit b698daa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ cd build
cmake ../
make
```

**Note:** if you're working on a forked repository that you created using the "Copy the main branch only" option, the repository will not include the necessary git tags to determine the Multipass version during CMake configuration. In this case, you need to manually fetch the tags from the upstream by running `git fetch --tags https://github.com/canonical/multipass.git` in the `<multipass>` source code directory.
## Running Multipass daemon and client

First, install multipass's runtime dependencies. On amd64 architecture, you can achieve that with:
Expand Down

0 comments on commit b698daa

Please sign in to comment.