Skip to content

Commit

Permalink
fix typos and add an advanced section to the getting started
Browse files Browse the repository at this point in the history
  • Loading branch information
ripytide committed Jan 19, 2025
1 parent 1bccc72 commit 7b7c8b2
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,13 +50,15 @@ and so can be tracked with version control.
### Migrating a default system into `metapac`

Run `metapac unmanaged` and save the output into a group file in
`metapac`'s' `groups/` folder, see the [`Group Files`](#group-files)
section for the exact location on your operating system.
`metapac`'s `groups/` folder, see the [`Group Files`](#group-files)
section for the exact location of this folder on your operating system.

For example, on linux this would mean:

`mkdir -p ~/.config/metapac/groups`
`metapac unmanaged > ~/.config/metapac/groups/all.toml`
```console
mkdir -p ~/.config/metapac/groups
metapac unmanaged > ~/.config/metapac/groups/all.toml
```

Now `metapac` won't try to remove any of your explicitly installed packages
when you run `metapac clean`.
Expand Down Expand Up @@ -101,6 +103,11 @@ sync` to install the newly added package.
> command, using a text editor would still be the recommended method for the
> same reasons as for adding a package.
### Advanced usage

For more advanced usage read through the remaining sections, especially
the [`Config`](#config) section.

## Supported Backends

At the moment, these are the supported backends. Pull Requests for adding
Expand Down

0 comments on commit 7b7c8b2

Please sign in to comment.