Skip to content

Commit

Permalink
Update README, again
Browse files Browse the repository at this point in the history
  • Loading branch information
mmarx authored and thelegy committed Mar 1, 2024
1 parent 1ab0549 commit bb16bcb
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ automatically.
# Installation
Short: Use [Astro](https://astro.build/).

Long: You will need a working Javascript runtime and a package manager such as NPM.
Long: You will need a working Javascript runtime (e.g., `nodejs`) and
a package manager such as `npm`. Then install the dependencies and run
`npm run dev`.

## Nix (best support)
```sh
Expand All @@ -33,7 +35,7 @@ nix run
```


## Debian / Ubuntu
## Debian/Ubuntu
```sh
# ruby installation stuff:
sudo apt install nodejs npm
Expand All @@ -43,13 +45,12 @@ npm install # install dependencies
npm run dev # start development server
```

## Mac
same as above but use homebrew instead of apt.
## MacOS
Likely the same as above, but use `homebrew` instead of `apt`?


## Windows
you're lost anyways, I don't know how to handle that odyssee. WSL2 with Nix should work though.

You've lost the game anyways, perhaps try WSL2 with nix?

## Windows with WSL Ubuntu
```sh
Expand Down

0 comments on commit bb16bcb

Please sign in to comment.