Skip to content

Commit

Permalink
readme: Don't use -o . which can end up using $HOME accidentally
Browse files Browse the repository at this point in the history
  • Loading branch information
srid authored Oct 11, 2024
1 parent f8ce617 commit 2a48d97
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,10 @@ If you are on macOS or running other Linux distros:
```
1. Open a new terminal; Initialize[^omnix] your Nix configuration using this repo as template:
```sh-session
mkdir ~/nixconfig && cd ~/nixconfig
mkdir ~/nixconfig
nix --accept-flake-config run github:juspay/omnix -- \
init github:juspay/nixos-unified-template -o .
init github:juspay/nixos-unified-template -o ~/nixconfig
cd ~/nixconfig
```
<img width="1092" alt="image" src="https://github.com/user-attachments/assets/1341d200-d894-488c-ba74-42d8830cc6f7">

Expand Down

0 comments on commit 2a48d97

Please sign in to comment.