Skip to content

Commit fe545a1

Browse files
HFooladiclaude
andcommitted
refactor: rename env.sh to setup.sh
More conventional name for development environment setup script. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent a4e0165 commit fe545a1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CLAUDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Molax is a high-performance JAX framework for molecular active learning. It uses
1010

1111
```bash
1212
# Setup (using uv)
13-
source env.sh
13+
source setup.sh
1414

1515
# Test
1616
pytest tests/

env.sh renamed to setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22
# Minimal environment setup script for molax
3-
# Usage: source env.sh
3+
# Usage: source setup.sh
44

55
set -e
66

0 commit comments

Comments
 (0)