Skip to content

Commit

Permalink
[readme] added the special build instruction for forked repo developer.
Browse files Browse the repository at this point in the history
  • Loading branch information
georgeliao committed Jul 31, 2024
1 parent b53190c commit 9a1f49c
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
```

For those working on a forked repository. If you forked with the ```Copy the main branch only``` option, then the repository will not include the necessary git tags to determine the Multipass version during CMake configuration. Therefore, 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 9a1f49c

Please sign in to comment.