Skip to content

Commit

Permalink
adds csv to index
Browse files Browse the repository at this point in the history
  • Loading branch information
Geert van Geest committed Nov 21, 2023
1 parent 312a1f9 commit c101bfe
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,12 @@ git clone https://github.com/GeertvanGeest/AWS-docker.git

## Generate credentials

You can generate credentials from a tab-delimited list of users, with two columns: first name and last name. Do not use column names. Here's an example:
You can generate credentials from a comma separated list of users, with two columns: first name and last name. Do not use column names. Here's an example:

```
Jan de Wandelaar
Piet Kopstoot
Joop Zoetemelk
Jan,de Wandelaar
Piet,Kopstoot
Joop,Zoetemelk
```

Run the script `generate_credentials.sh` like this (use `-l` to specify the user list):
Expand Down

0 comments on commit c101bfe

Please sign in to comment.