mirror of
https://github.com/sbrow/envr.git
synced 2025-12-29 23:47:39 -05:00
docs: Updated README.md
This commit is contained in:
@@ -52,24 +52,24 @@ thanks to [nushell](https://www.nushell.sh/)
|
|||||||
|
|
||||||
1. **Initialize envr**:
|
1. **Initialize envr**:
|
||||||
```bash
|
```bash
|
||||||
nu mod.nu envr init
|
envr init
|
||||||
```
|
```
|
||||||
This will create your configuration file and set up encrypted storage.
|
This will create your configuration file and set up encrypted storage.
|
||||||
|
|
||||||
2. **Scan for existing .env files**:
|
2. **Scan for existing .env files**:
|
||||||
```bash
|
```bash
|
||||||
nu mod.nu envr scan
|
envr scan
|
||||||
```
|
```
|
||||||
Select files you want to back up from the interactive list.
|
Select files you want to back up from the interactive list.
|
||||||
|
|
||||||
3. **List tracked files**:
|
3. **List tracked files**:
|
||||||
```bash
|
```bash
|
||||||
nu mod.nu envr list
|
envr list
|
||||||
```
|
```
|
||||||
|
|
||||||
4. **Sync your environment files**:
|
4. **Sync your environment files**:
|
||||||
```bash
|
```bash
|
||||||
nu mod.nu envr sync
|
envr sync
|
||||||
```
|
```
|
||||||
|
|
||||||
## Disclaimers
|
## Disclaimers
|
||||||
|
|||||||
Reference in New Issue
Block a user